Skip to content

Commit

Permalink
removed unnecessary requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
LachlanDev committed Nov 19, 2020
1 parent 14bad37 commit 7593f23
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
3 changes: 1 addition & 2 deletions source/commands/help.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
const discord = require ("discord.js");
const client = new discord.Client();
const chalk = require("chalk");

exports.run = (client, message, args) =>{
const help = new discord.MessageEmbed()
.setColor('#b434eb')
Expand Down
2 changes: 0 additions & 2 deletions source/commands/profile.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
const discord = require ("discord.js");
const client = new discord.Client();
const chalk = require("chalk");

exports.run = (client, message, args) =>{
var request = require("request");
Expand Down
2 changes: 0 additions & 2 deletions source/commands/repo.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
const discord = require ("discord.js");
const client = new discord.Client();
const chalk = require("chalk");
const Pagination = require('discord-paginationembed');

exports.run = (client, message, args) =>{
Expand Down
1 change: 0 additions & 1 deletion source/main.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
const Discord = require("discord.js");
const Enmap = require("enmap");
const fs = require("fs");
const moment = require('moment')

const client = new Discord.Client();
const config = require('./cfg/config.json')
Expand Down

0 comments on commit 7593f23

Please sign in to comment.