forked from Supositware/Haha-Yes
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')
|
||||
.setDescription('Get an image from inspirobot'),
|
||||
category: 'fun',
|
||||
alias: ['ib'],
|
||||
async execute(interaction) {
|
||||
fetch('http://inspirobot.me/api?generate=true')
|
||||
.then(res => res.text())
|
||||
|
|
Loading…
Reference in a new issue