Skip to content
Snippets Groups Projects
Commit e154a260 authored by Reviath's avatar Reviath
Browse files

Deleted commands/restart.js

parent 344b2d58
No related branches found
No related tags found
No related merge requests found
const settings = require('../settings.json')
exports.run = (client, message, args) => {
message.channel.send('Reloading ...')
client.destroy()
client.login(settings.token)
};
module.exports.help = {
name: 'restart',
aliases: ['reboot','reload']
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment