antixenoinitiative / warden.bot

Discord Bot for the Anti-Xeno Initiative Discord Server
https://www.antixenoinitiative.com/
6 stars 15 forks source link

New reminder command #97

Closed MalzaCAr closed 2 years ago

MalzaCAr commented 2 years ago

In order for the commands to work, there needs to be a table "reminders". This is the command I used to create the table: CREATE TABLE reminders(id SERIAL PRIMARY KEY, discid BIGINT, nickname VARCHAR(33), memo TEXT, duetime TIMESTAMPTZ, channelid BIGINT);

Also, i forgor to uncomment ephemeral in all of the commands oops, so, if you see a commented out "ephemeral: true" in some interaction.reply, feel free to uncomment that