-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.example.py
90 lines (75 loc) · 2.62 KB
/
config.example.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
CONFIG = {
"bot_token": "discord bot token",
"cmd_prefix": "!",
"playing_status": "with Dragon Veins",
# Bad Words
"bad_words": ["fortnite"],
# Role Reaction (RR)
"role_reaction": {
605102159922593825: {
"👑": 605091599772549140,
"🌴": 605093360734306334,
"👗": 605093515680022560,
"🌩️": 605093605547442176,
605808611444391966: 605091009994555431,
605808611049996319: 605091399423098906,
605808611297591298: 605809536934215681,
"🕹️": 605099622192644127,
"🔞": 635378577831100466,
}
},
# Image Embed
"imageembed_channelids": [605090070453551134, 703718904576475198, 608659392958824461],
"twitter_consumer_key": "key",
"twitter_consumer_secret": "key",
"twitter_access_token_key": "key",
"twitter_access_token_secret": "key",
# Reddit Publish
"redditpub_source_chan_id": 754577585370955886,
"redditpub_dest_chan_id": 605096043868192778,
# Looking For Smash (LFS)
"lfs_channelid": 605798581793718276,
"lfs_roleid": 755687552434044929,
# Art Mention
"artmention_channelids": [605090070453551134, 703718904576475198, 608659392958824461],
"artmention_base_role_id": 793711429597134908,
"artmention_pingboard_channelid": 825960862350704652,
"artmention_thread_channelids": [703718904576475198, 608659392958824461],
# Art Deduper
"deduper_channelids": [605090070453551134, 703718904576475198, 608659392958824461, 605090192205938688, 703719177222881350, 608659467315183623],
"permanent_roles": {
602633229614448640: [635378577831100466],
},
# Pick a Number (PaN)
"PaN_enabled": True,
"PaN_channel": 140252024666062848,
"PaN_eventid": "jan2020",
"PaN_cooldown": 21600,
# Triva (Triv)
"Triv_enabled": True,
"Triv_channel": 140252024666062848,
"Triv_eventid": "july2020",
"Triv_cooldown_min": 30,
"Triv_cooldown_max": 50,
"Triv_role_pingerid": 731457556542914580,
# Dragalia Notification (dragalianotif)
"dragalianotif_channelid": 705831040434044978,
"dragalianotif_roleid": 850314118195052584,
# Priconne Notification (priconnenotif)
"priconnenotif_channelid": 801223891519406130,
# Activities
"activities_channelid": 606555341890650142,
# Edit Link Filter (elf)
"elf_links": [
".wiki",
"dis.gd",
"discord.com",
"discord.gg",
"discord.media",
"discordapp.com",
"discordapp.net",
"dragalialost.com",
],
# Poll Manager
"poll_channelid": 149029550599176192,
}