diff options
| author | 2018-07-02 19:42:20 +0000 | |
|---|---|---|
| committer | 2018-07-02 19:42:20 +0000 | |
| commit | be19e55ae459e1013b9d7ea5cf38bfa2aa13f552 (patch) | |
| tree | f8dcc4b276f0f54ef321b5013d48e607daf89ea9 /config-default.yml | |
| parent | [Snekbox] Fix failure to send string errors (diff) | |
| parent | Add a simple OffTopicNames cog. (diff) | |
Merge branch 'add-off-topic-name-rotation' into 'master'
Add a simple OffTopicNames cog.
See merge request python-discord/projects/bot!6
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config-default.yml b/config-default.yml index c22b622c0..147c2f7a6 100644 --- a/config-default.yml +++ b/config-default.yml @@ -29,6 +29,9 @@ guild: modlog: 282638479504965634 python: 267624335836053506 verification: 352442727016693763 + off_topic_0: 291284109232308226 + off_topic_1: 463035241142026251 + off_topic_2: 463035268514185226 roles: admin: 267628507062992896 @@ -73,6 +76,7 @@ urls: site_hiphopify_api: 'https://api.pythondiscord.com/bot/hiphopify' site_idioms_api: 'https://api.pythondiscord.com/bot/snake_idioms' site_names_api: 'https://api.pythondiscord.com/bot/snake_names' + site_off_topic_names_api: 'https://api.pythondiscord.com/bot/off-topic-names' site_quiz_api: 'https://api.pythondiscord.com/bot/snake_quiz' site_special_api: 'https://api.pythondiscord.com/bot/special_snakes' site_tags_api: 'https://api.pythondiscord.com/bot/tags' |