Dynamic joint command

This commit is contained in:
= 2021-07-19 16:01:27 -04:00
parent 0ae4c9a3d9
commit 0a86548264
2 changed files with 2 additions and 14 deletions

View File

@ -1,5 +1,4 @@
const { emoji } = require('../config.json'); const { emoji, weed } = require('../src/strings.json');
const { weed } = require('../src/strings.json');
module.exports = { module.exports = {
name: 'joint', name: 'joint',

View File

@ -1,14 +1,3 @@
{ {
"prefix": "/", "validExtensions": []
"serverID": "760701839427108874",
"logChannel": "859249300894908447",
"bootMessage": "NodBot v2 Starting Up",
"shutdownMessage": "NodBot v2 Shutting Down",
"validExtensions": [],
"emoji": {
"joint": "<:joint:862082955902976000>",
"next": "⏭️",
"previous": "⏮️",
"confirm": "☑️"
}
} }