mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-07 15:48:29 +02:00
Start working on ufora notifications, add new course id's to FAQ
This commit is contained in:
parent
c374fce3f3
commit
ade7f8b72e
3 changed files with 32 additions and 2 deletions
|
|
@ -14,6 +14,7 @@ botIDs = [
|
|||
"728361496874057812"
|
||||
]
|
||||
BugReports = "762668401960812554"
|
||||
BotTesting = "679701786189103106"
|
||||
CallOfCode = "626699611192688641"
|
||||
CoCGeneral = "626699611813314561"
|
||||
DeZandbak = "728361030404538488"
|
||||
|
|
@ -53,7 +54,12 @@ faq_channels = {
|
|||
727876797458284584: "funcprog",
|
||||
727876819264733244: "statprob",
|
||||
727876836587208714: "sysprog",
|
||||
676713433567199232: "didier"
|
||||
676713433567199232: "didier",
|
||||
807566495550013460: "comparch",
|
||||
807567007355895838: "multimedia",
|
||||
807567261216538644: "sel1",
|
||||
807567345484169237: "webdev",
|
||||
807567387775336499: "wetrek"
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
5
data/embeds.py
Normal file
5
data/embeds.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
from discord import embeds
|
||||
|
||||
|
||||
class UforaNotification:
|
||||
pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue