Commands In Plugin Json

This commit is contained in:
thororen1234 2024-10-31 04:34:18 -04:00
parent df4d56aacf
commit 6bd3b06de5
4 changed files with 42 additions and 7 deletions

View file

@ -44,7 +44,7 @@ export default definePlugin({
commands: [
{
name: "gifroulette",
description: "Time to tempt your fate",
description: "Tempt fate and send a gif",
execute: (opts, other) => ({
content: getMessage(opts, other)
}),