fix(events/bot): take a u128 instead of i32 for counter of member
This commit is contained in:
parent
db1823465f
commit
421a926cf7
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ impl BotEvent for ReadyHandler {
|
|||
|
||||
println!("Synchronizing {} guilds\n", ready.guilds.len());
|
||||
|
||||
let mut count: i32 = 0;
|
||||
let mut count: u128 = 0;
|
||||
|
||||
for unavailable_guild in &ready.guilds {
|
||||
let guild: GuildId = unavailable_guild.id;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue