Add tons of circular objects as c4 pieces

This commit is contained in:
Dragon Fire
2021-01-09 11:25:08 -05:00
parent b755dbe828
commit 160a45d1b9
+19 -1
View File
@@ -11,7 +11,25 @@ const colors = {
green: '🟢',
orange: '🟠',
purple: '🟣',
black: '⚫'
black: '⚫',
cheese: '🧀',
face: '😶',
moon: '🌘',
earth: '🌎',
donut: '🍙',
cookie: '🍪',
baseball: '⚾',
softball: '🥎',
tennisball: '🎾',
volleyball: '🏐',
basketball: '🏀',
soccerball: '⚽',
'8ball': '🎱',
cd: '💿',
dvd: '📀',
nsfw: '🔞',
nosmoke: '🚭',
clock: '🕓'
};
module.exports = class ConnectFourCommand extends Command {