mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-11 15:57:50 +02:00
Add tons of circular objects as c4 pieces
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user