mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-07 15:48:29 +02:00
Make FAQ check which channel it's called in to return the appropriate FAQ
This commit is contained in:
parent
cb4e67be69
commit
81ef990e1f
2 changed files with 17 additions and 0 deletions
|
|
@ -46,6 +46,15 @@ holidayAPIKey = "af4e1ebe-465d-4b93-a828-b95df18e6424"
|
|||
|
||||
prefixes = ["big d", "didier"]
|
||||
|
||||
faq_channels = {
|
||||
727876753523081216: "ad2",
|
||||
727876779481497600: "comnet",
|
||||
727876797458284584: "funcprog",
|
||||
727876819264733244: "statprob",
|
||||
727876836587208714: "sysprog",
|
||||
676713433567199232: "didier"
|
||||
}
|
||||
|
||||
|
||||
class Live(Enum):
|
||||
CallOfCode = "626699611192688641"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue