mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 14:19:11 +02:00
Fix all of these
This commit is contained in:
@@ -4,7 +4,7 @@ const snekfetch = require('snekfetch');
|
||||
const { list } = require('../../structures/Util');
|
||||
const countries = ['us', 'jp'];
|
||||
|
||||
module.exports = class iTunesCommand extends Command {
|
||||
module.exports = class ITunesCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'itunes',
|
||||
|
||||
Reference in New Issue
Block a user