This repository has been archived by the owner on Apr 9, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 207
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/development'
- Loading branch information
Showing
47 changed files
with
746 additions
and
332 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
34 changes: 0 additions & 34 deletions
34
FredBoat-Bootloader/src/main/java/com/frederikam/fredboat/bootloader/ExitCodes.java
This file was deleted.
Oops, something went wrong.
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,7 +1,7 @@ | ||
--- | ||
patron: false | ||
development: true # Set this to true for self hosting | ||
prefix: '<<' # Default prefix used by the bot | ||
restServerEnabled: true # Change this if you are running multiple FredBoat bots on the same machine | ||
admins: [] # add comma separated userIds and roleIds that should have access to admin commands | ||
useAutoBlacklist: true # set to true to automatically blacklist users who frequently hit the rate limits | ||
patron: false # Set this to true for self hosting the music bot | ||
development: true # Set this to true for self hosting the full bot (including non music commands) | ||
prefix: '<<' # Default prefix used by the bot | ||
restServerEnabled: true # Set this to false if you are running multiple FredBoat bots on the same machine | ||
admins: [] # add comma separated userIds and roleIds that should have access to bot admin commands | ||
useAutoBlacklist: true # set to true to automatically blacklist users who frequently hit the rate limits |
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
Oops, something went wrong.