Copy paste fail fix

This commit is contained in:
Master Kwoth 2015-12-08 12:08:11 +01:00
parent 8b366156dd
commit e07a47c1e9

View File

@ -81,7 +81,7 @@ namespace NadekoBot.Modules
}
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.");
}
});