await
This commit is contained in:
parent
c53ad0a768
commit
8642044a1c
@ -373,7 +373,7 @@ namespace NadekoBot.Modules {
|
|||||||
.Do(async e => {
|
.Do(async e => {
|
||||||
if (!e.User.ServerPermissions.ManageMessages) return;
|
if (!e.User.ServerPermissions.ManageMessages) return;
|
||||||
|
|
||||||
e.Send("This feature is being reconstructed.");
|
await e.Send("This feature is being reconstructed.");
|
||||||
/*
|
/*
|
||||||
if (pruneDict.ContainsKey(e.Server))
|
if (pruneDict.ContainsKey(e.Server))
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user