Implement basic ban command

This commit is contained in:
2022-12-26 02:40:14 +01:00
parent 420666eab1
commit 35b2c8fb42
9 changed files with 235 additions and 93 deletions

View File

@@ -132,9 +132,8 @@ public class ClearChat
which are restricted by discord, and thus has to use
a less efficient way that triggers rate-limiting very quickly. */
} catch (Exception e)
} catch (RuntimeException ignored)
{
return -1;
}
}