You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
awaitctx.Channel.SendMessageAsync($"{Program.cfgjson.Emoji.Banned}{targetMember.Mention} has been banned: **{reason}**");
129
-
else
130
-
awaitctx.Channel.SendMessageAsync($"{Program.cfgjson.Emoji.Banned}{targetMember.Mention} has been banned for **{TimeHelpers.TimeToPrettyFormat(banDuration,false)}**: **{reason}**");
131
126
}
132
127
133
128
/// I CANNOT find a way to do this as alias so I made it a separate copy of the command.
0 commit comments