-
-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version 2.3 (read commit description)
Added new command: !unfriend profileid. Added !eval command. Fixed error that occured when accepting a friend request. Fixed date in logger function. Changed date color to improve visibility. Added option to disable message logging in the config. Added notice if config owner values are not setup. Removed myself from config if the bot is not running on my pc. Fixed a few other bugs and changed a few minor things.
- Loading branch information
Showing
4 changed files
with
117 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,20 @@ | ||
{ | ||
"version": "2.2", | ||
"version": "2.3", | ||
|
||
"mode": 2, | ||
"status": 1, | ||
"commentdelay": 5000, | ||
"logindelay": 2500, | ||
"logcommandusage": true, | ||
"allowcommentcmdusage": true, | ||
"commentcooldown": 5, | ||
"globalcommentcooldown": 5000, | ||
"unfriendtime": 0.0001, | ||
"unfriendtime": 31, | ||
"playinggames": ["!help | 3urobeat", 440, 730], | ||
"yourgroup": "https://steamcommunity.com/groups/3urobeatGroup", | ||
"yourgroup64id": "103582791464712227", | ||
"botsgroupid": "103582791464712227", | ||
"botsgroupid": "", | ||
"acceptgroupinvites": true, | ||
"owner": "https://steamcommunity.com/id/3urobeat/", | ||
"ownerid": ["76561198982470768", "76561198260031749"] | ||
"owner": "https://steamcommunity.com/id/3urobeat", | ||
"ownerid": ["76561198260031749"] | ||
} |
Oops, something went wrong.