Change announcements channel

pull/42/head
Stijn De Clercq 2021-03-03 18:40:31 +01:00
parent db0e7b8f9b
commit 981f7a1457
1 changed files with 1 additions and 2 deletions

View File

@ -249,8 +249,7 @@ class Tasks(commands.Cog):
announcements = ufora_notifications.run()
if announcements:
# TODO change to COC Bot testing if it works
announcements_channel = self.client.get_channel(int(constants.ZandbakSpeeltuin))
announcements_channel = self.client.get_channel(816724500136591380)
for an in announcements:
await announcements_channel.send(embed=an.to_embed())