Remove ???

This commit is contained in:
Szymon Uglis 2021-03-13 22:25:26 +01:00
parent 5b9294f866
commit c8111526b5
No known key found for this signature in database
GPG key ID: 112376C5BEE91FE2

View file

@ -30,7 +30,7 @@ void main() {
// Delete channel that we just created
await channel.delete();
Gu
// Send feedback
await e.message.channel.send(content: "Deleted ${channel.mention}");
}