Copy paste fail fix
This commit is contained in:
parent
8b366156dd
commit
e07a47c1e9
@ -81,7 +81,7 @@ namespace NadekoBot.Modules
|
|||||||
}
|
}
|
||||||
catch (Exception)
|
catch (Exception)
|
||||||
{
|
{
|
||||||
await client.SendMessage(e.Channel, "Failed to add roles. Most likely reason: Insufficient permissions.");
|
await client.SendMessage(e.Channel, "Failed to remove roles. Most likely reason: Insufficient permissions.");
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user