Browse Source

removed unneeded lines from the conf file. Plus it was a misspelling

tags/v2.2.0
Roxie Gibson 5 years ago
parent
commit
5a32c79c60
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      roxbot/settings/roxbot_example.conf

+ 0
- 3
roxbot/settings/roxbot_example.conf View File

@@ -1,12 +1,10 @@
[Roxbot]
; Explaination:
; OwnerID should be your ID so that you have access to all Roxbot commands.
; Command_Prefix will be the prefix you use to trigger commands.
OwnerID=451192272349036545
Command_Prefix=r;

[Tokens]
; Explaination:
; Discord: This is the Token given when you register your bot account. (REQUIRED)
; Imgur: Used in the reddit cog. This is your Client ID, given when you register a client with Imgur.
Discord=TokenHere
@@ -16,7 +14,6 @@ Imgur=TokenHere
; Settings for the server settings backups.
; This is the file that contains all settings for all servers the bot is in.

; Explaintion:
; enabled: Whether or not backups should be enabled. This is heavily recommened to be kept on.
; rate: The amount of time in minutes that the bot will check for changes in the settings file to backup. Default: 5 minutes
enabled=True

Loading…
Cancel
Save