mirror of
https://github.com/fumiama/NanoBot.git
synced 2026-06-08 04:00:23 +08:00
finish half of message
This commit is contained in:
@@ -27,6 +27,6 @@ func (bot *Bot) GetMyGuilds(before, after string, limit int) (guilds []Guild, er
|
||||
"before", before,
|
||||
"after", after,
|
||||
"limit", limit,
|
||||
), &guilds)
|
||||
), "", &guilds)
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user