ib alias
This commit is contained in:
parent
7160681931
commit
189483d31e
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ export default {
|
||||||
.setName('inspirobot')
|
.setName('inspirobot')
|
||||||
.setDescription('Get an image from inspirobot'),
|
.setDescription('Get an image from inspirobot'),
|
||||||
category: 'fun',
|
category: 'fun',
|
||||||
|
alias: ['ib'],
|
||||||
async execute(interaction) {
|
async execute(interaction) {
|
||||||
fetch('http://inspirobot.me/api?generate=true')
|
fetch('http://inspirobot.me/api?generate=true')
|
||||||
.then(res => res.text())
|
.then(res => res.text())
|
||||||
|
|
Loading…
Reference in a new issue