Skip to content
This repository has been archived by the owner on Dec 19, 2018. It is now read-only.

Commit

Permalink
Add semicolon to math.js
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew119427 committed Oct 24, 2018
1 parent 14f3dfd commit ca0885c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/math.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ exports.run = async (client, message, args) => {
result.fields = [];
const mathembed = new Discord.RichEmbed();
mathembed.setTitle('Calculator');
mathembed.setColor('RANDOM')
mathembed.setColor('RANDOM');
mathembed.setFooter(`${client.user.username}`, `${client.user.avatarURL}`);
mathembed.addField('Input', input);
mathembed.setTimestamp();
Expand Down

0 comments on commit ca0885c

Please sign in to comment.