Skip to content

Commit

Permalink
feat: small update config.toml for style in the comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
dankleeman committed Aug 11, 2023
1 parent 00f374e commit d7f93cb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
title = "StableDiscord Configuration"
title = "Stable Discord Configuration"

[auth]
discord_token="XXX"

[discord.settings]
# Set channels that the bot listens and responds on. Specify in case-sensitive "server:channel" format
# If both are set, only listen_channels is used. If neither are set, the bot will listen on all channels it is invited.
# Set channels that the bot listens and responds on. Specify in case-sensitive "[server:channel, server:channel]" format.
# If both are set, only listen_channels is used. If neither are set, the bot will listen on all channels to which it is invited.
listen_channels = []
ignore_channels = []

# Set users that the bot listens and responds to. Specify in case-sensitive "username#id" format
# Set users that the bot listens and responds to. Specify in case-sensitive "[username#id, username#id]" format.
# If both are set, only listen_users is used. If neither are set, the bot will listen to all members, but never itself.
listen_users = []
ignore_users = []
Expand Down

0 comments on commit d7f93cb

Please sign in to comment.