Skip to content

Commit

Permalink
colour, not color
Browse files Browse the repository at this point in the history
  • Loading branch information
TowelRoyale committed Jul 31, 2018
1 parent ea9e940 commit bf9c707
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Binary file modified src/bot/commands/assets/temp.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions src/bot/commands/colour.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
"use strict"

const discord = require("discord.js")

const Command = require("../command");

const colour = new Command("colour", "0xff594f", "js", 0, "colour", "command", 0, false, null, function(client, message, guildDoc){
message.channel.send(new discord.RichEmbed().setColor(0xff594f).setDescription("The Feinwaru colour is: **0xff594f**"));
});

module.exports = colour;

0 comments on commit bf9c707

Please sign in to comment.