mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 04:21:41 +09:00
Forgot about the dependencies
This commit is contained in:
@@ -43,12 +43,12 @@ script.on_init(function(event)
|
||||
player_return({'chat-bot.message',message},nil,player)
|
||||
end
|
||||
end):on_event('error',function(self,err)
|
||||
Sync.emit_embeded{
|
||||
if Sync then Sync.emit_embeded{
|
||||
title='Auto Message Error',
|
||||
color=Color.to_hex(defines.text_color.bg),
|
||||
description='Auto Message Error - Closed Thread',
|
||||
Error=err
|
||||
}
|
||||
} end
|
||||
self.reopen = false
|
||||
self:close()
|
||||
end):open()
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "autoMessage",
|
||||
"version": "4.0.0",
|
||||
"type": "Module",
|
||||
"type": "Submodule",
|
||||
"description": "Prints a message every 15 minutes to chat.",
|
||||
"location": "<blank>",
|
||||
"keywords": [
|
||||
@@ -10,8 +10,11 @@
|
||||
" Auto Message",
|
||||
" Message"
|
||||
],
|
||||
"author": "<blank>",
|
||||
"contact": "<blank>",
|
||||
"license": "<blank>",
|
||||
"dependencies": {}
|
||||
"dependencies": {
|
||||
"ExpGamingCore.Server": "^4.0.0",
|
||||
"FactorioStdLib.Game": "^0.8.0",
|
||||
"ExpGamingCore.Ranking": "?^4.0.0",
|
||||
"ExpGamingCore.Sync": "?^4.0.0"
|
||||
},
|
||||
"collection": "ExpGamingBot_4.0.0"
|
||||
}
|
||||
Reference in New Issue
Block a user