Added full support for server reminders and added the ability to view reminders in Discord

This commit is contained in:
ION606
2022-08-17 12:09:40 -07:00
parent d8d4bbea56
commit b7d51c2d14
11 changed files with 678 additions and 24 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ async function getResponse(convo, bot) {
return response;
}
async function convoManager(clientinp, bot, message) {
async function convoManager(clientinp, bot, message) {
//Just in case, make sure it can't be changed
const client = clientinp;