gurkult / gurkbot

Our community bot, used for running the server.
MIT License
18 stars 16 forks source link

Changing off-topic prefix #92

Closed RohanJnr closed 3 years ago

RohanJnr commented 3 years ago

Abstract

Change off-topic channel prefix every day.

Implementation

Store off-topic names in a JSON file.

{
the user who appended the name: name
}

What off-topic names?

Off-topic names should be added via a command. This command would be only used by mods+ (Idk what roles should be able to use it).

gustavwilliam commented 3 years ago

Nice idea! A few thoughts:

What do you think? Maybe we should alter, remove or add something? The exact names are just placeholders right now, but something like that should work.

RohanJnr commented 3 years ago

looks good, I was wondering if we wanted to store this in a database instead of JSON incase there is a plan on getting a DB

vivekashok1221 commented 3 years ago

Database all the way baby.