mirror of
https://github.com/ION606/selmerBot.git
synced 2026-05-14 21:26:54 +00:00
Changed the layout of the econ system (removed two files that weren't needed) and added the anime/manga section
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
const { top } = require('./all_time_top_anime');
|
||||
|
||||
module.exports = {
|
||||
name: 'anime',
|
||||
description: 'a-anime....',
|
||||
execute(command, message, args, bot) {
|
||||
switch(command) {
|
||||
case 'topanime': top.execute(message, args);
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user