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

Commit

Permalink
Update staff.js
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew119427 authored Nov 29, 2018
1 parent cd92236 commit d1bc81f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commands/staff.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ exports.run = (client, message) => {
embed.setImage('https://cdn.discordapp.com/attachments/446080476604661790/517587963929165844/iF7mLRAmAAAAAElFTkSuQmCC.png');
embed.setThumbnail('https://cdn.discordapp.com/icons/446067825673633794/ee1c00dbd90b5ef6d14589ce10074b30.png?size=128');
embed.setColor('#BF5FFF');
embed.addField('Council', 'Dutch van der Linde, NightRaven, Flatbird, Bean, Zahro', true);
embed.addField('Council', 'Dutch van der Linde, NightRaven, Flatbird, Bean, Skele, Zahro', true);
embed.addField('Public & Foreign Relations', 'Joe', true);
embed.addField('Management', 'Coal, James, Realitus, Tanner', true);
embed.addField('Moderators', 'aikaterna & Hosea Matthews', true);
Expand All @@ -29,4 +29,4 @@ exports.help = {
category: 'Bot Information',
description: 'Gives information about the staff for Garnet',
usage: 'staff'
};
};

0 comments on commit d1bc81f

Please sign in to comment.