Image attach
This commit is contained in:
@@ -21,8 +21,6 @@ struct Zundamon {
|
||||
ownID = try await bot.client.getOwnUser().id
|
||||
guard ownID != nil else { fatalError("Failed to get own User ID") }
|
||||
|
||||
// let bot = await BotGatewayManager(token: token, intents: [.guildMessages, .messageContent])
|
||||
|
||||
await withThrowingTaskGroup(of: Void.self) { taskGroup in
|
||||
taskGroup.addTask {
|
||||
try await bot.connect()
|
||||
|
||||
Reference in New Issue
Block a user