SuperPenguin
SuperPenguin
> anyways this is the code in kotlin > > ```kotlin > val helpChannel: ForumChannel = guild.getChannelById(1234) > val creatorID = userId > val threads: MutableList = mutableListOf() > >...
Should we let people have two concurrent projects instead of one and just moderate it if they are for the same thing?
Hi Gran, A couple notes on this that I'd like you to knock out before merging: - Don't use the executor service, it's not persistent (i.e. bot restarts) and will...
There's a few ways you could do date times in mongo, personally I'd store the timestamp their punishment expires i.e. via System.getCurrentTimeMillis() and add `hours * 60 * 60 *...
What are the schedulers for? In my comment I meant dissolve the role entirely, and just deny valid counts manually in the listener if their time hasn't passed.