Added more moderation commands and upgraded the 'audio' command

This commit is contained in:
ION606
2022-07-12 20:10:35 +03:00
parent 6ceb8cb381
commit 5a17e3811f
16 changed files with 881 additions and 114 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
const { convoManager } = require('./API/chat.js');
const { handleInp } = require('./API/stripe');
const { convoManager } = require('./premium/chat.js');
const { handleInp } = require('./premium/stripe');
const { MongoClient, ServerApiVersion, ConnectionClosedEvent } = require('mongodb');
function handle_dm(message, bot) {