mirror of
https://github.com/Ninluc/Dat_Boi.git
synced 2025-08-09 23:26:13 +02:00
Initial commit
This commit is contained in:
8
dmCommands/uptime.js
Normal file
8
dmCommands/uptime.js
Normal file
@ -0,0 +1,8 @@
|
||||
const uptime = require('../commands/Informations/uptime.js');
|
||||
module.exports = {
|
||||
name: uptime.name,
|
||||
isPrivate: false,
|
||||
usage: uptime.usage,
|
||||
description: uptime.description,
|
||||
run: uptime.run,
|
||||
};
|
Reference in New Issue
Block a user