bug fixes

This commit is contained in:
Yusur 2025-01-17 10:55:17 +01:00
parent 6b88aff1e7
commit 4b8fa012da
3 changed files with 11 additions and 3 deletions

View file

@ -16,9 +16,11 @@ limitations under the License.
import { SlashCommandOptionsOnlyBuilder } from 'discord.js';
import yroo from './commands/yroo';
import wiki from './commands/wiki';
const commandList = [
yroo
yroo,
wiki
];
export default commandList;