mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-22 18:29:14 +02:00
Remove Roleplay
This commit is contained in:
@@ -1,27 +0,0 @@
|
||||
const ImgurAlbumCommand = require('../../structures/commands/ImgurAlbum');
|
||||
const { FIDGET_ALBUM_ID } = process.env;
|
||||
|
||||
module.exports = class FidgetCommand extends ImgurAlbumCommand {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'fidget',
|
||||
aliases: ['nimbat'],
|
||||
group: 'random-img',
|
||||
memberName: 'fidget',
|
||||
description: 'Responds with a random image of Fidget.',
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
albumID: FIDGET_ALBUM_ID,
|
||||
credit: [
|
||||
{
|
||||
name: 'Dust: An Elysian Tail',
|
||||
url: 'https://www.noogy.com/main.html',
|
||||
reason: 'Original Game'
|
||||
}
|
||||
]
|
||||
});
|
||||
}
|
||||
|
||||
generateText() {
|
||||
return 'Aren\'t Nimbats adorable?';
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user