diff --git a/xiaobot/.eslintrc.json b/.eslintrc.json similarity index 100% rename from xiaobot/.eslintrc.json rename to .eslintrc.json diff --git a/xiaobot/.gitignore b/.gitignore similarity index 100% rename from xiaobot/.gitignore rename to .gitignore diff --git a/xiaobot/LICENSE.md b/LICENSE.md similarity index 100% rename from xiaobot/LICENSE.md rename to LICENSE.md diff --git a/xiaobot/README.md b/README.md similarity index 100% rename from xiaobot/README.md rename to README.md diff --git a/xiaobot/Shard.js b/Shard.js similarity index 100% rename from xiaobot/Shard.js rename to Shard.js diff --git a/xiaobot/XiaoBot.js b/XiaoBot.js similarity index 100% rename from xiaobot/XiaoBot.js rename to XiaoBot.js diff --git a/xiaobot/assets/fonts/NotoEmoji-Regular.ttf b/assets/fonts/NotoEmoji-Regular.ttf similarity index 100% rename from xiaobot/assets/fonts/NotoEmoji-Regular.ttf rename to assets/fonts/NotoEmoji-Regular.ttf diff --git a/xiaobot/assets/fonts/Roboto.ttf b/assets/fonts/Roboto.ttf similarity index 100% rename from xiaobot/assets/fonts/Roboto.ttf rename to assets/fonts/Roboto.ttf diff --git a/xiaobot/assets/images/3000-years.png b/assets/images/3000-years.png similarity index 100% rename from xiaobot/assets/images/3000-years.png rename to assets/images/3000-years.png diff --git a/xiaobot/assets/images/beautiful.png b/assets/images/beautiful.png similarity index 100% rename from xiaobot/assets/images/beautiful.png rename to assets/images/beautiful.png diff --git a/xiaobot/assets/images/bob-ross.png b/assets/images/bob-ross.png similarity index 100% rename from xiaobot/assets/images/bob-ross.png rename to assets/images/bob-ross.png diff --git a/xiaobot/assets/images/card.png b/assets/images/card.png similarity index 100% rename from xiaobot/assets/images/card.png rename to assets/images/card.png diff --git a/xiaobot/assets/images/challenger.png b/assets/images/challenger.png similarity index 100% rename from xiaobot/assets/images/challenger.png rename to assets/images/challenger.png diff --git a/xiaobot/assets/images/dexter.png b/assets/images/dexter.png similarity index 100% rename from xiaobot/assets/images/dexter.png rename to assets/images/dexter.png diff --git a/xiaobot/assets/images/rip.png b/assets/images/rip.png similarity index 100% rename from xiaobot/assets/images/rip.png rename to assets/images/rip.png diff --git a/xiaobot/assets/images/simba.png b/assets/images/simba.png similarity index 100% rename from xiaobot/assets/images/simba.png rename to assets/images/simba.png diff --git a/xiaobot/assets/images/steam-card.png b/assets/images/steam-card.png similarity index 100% rename from xiaobot/assets/images/steam-card.png rename to assets/images/steam-card.png diff --git a/xiaobot/assets/images/triggered.png b/assets/images/triggered.png similarity index 100% rename from xiaobot/assets/images/triggered.png rename to assets/images/triggered.png diff --git a/xiaobot/assets/images/wanted.png b/assets/images/wanted.png similarity index 100% rename from xiaobot/assets/images/wanted.png rename to assets/images/wanted.png diff --git a/xiaobot/assets/json/8-ball.json b/assets/json/8-ball.json similarity index 100% rename from xiaobot/assets/json/8-ball.json rename to assets/json/8-ball.json diff --git a/xiaobot/assets/json/compliment.json b/assets/json/compliment.json similarity index 100% rename from xiaobot/assets/json/compliment.json rename to assets/json/compliment.json diff --git a/xiaobot/assets/json/currency.json b/assets/json/currency.json similarity index 100% rename from xiaobot/assets/json/currency.json rename to assets/json/currency.json diff --git a/xiaobot/assets/json/easter-egg.json b/assets/json/easter-egg.json similarity index 100% rename from xiaobot/assets/json/easter-egg.json rename to assets/json/easter-egg.json diff --git a/xiaobot/assets/json/fact-core.json b/assets/json/fact-core.json similarity index 100% rename from xiaobot/assets/json/fact-core.json rename to assets/json/fact-core.json diff --git a/xiaobot/assets/json/fortune.json b/assets/json/fortune.json similarity index 100% rename from xiaobot/assets/json/fortune.json rename to assets/json/fortune.json diff --git a/xiaobot/assets/json/horoscope.json b/assets/json/horoscope.json similarity index 100% rename from xiaobot/assets/json/horoscope.json rename to assets/json/horoscope.json diff --git a/xiaobot/assets/json/magic-conch.json b/assets/json/magic-conch.json similarity index 100% rename from xiaobot/assets/json/magic-conch.json rename to assets/json/magic-conch.json diff --git a/xiaobot/assets/json/math-game.json b/assets/json/math-game.json similarity index 100% rename from xiaobot/assets/json/math-game.json rename to assets/json/math-game.json diff --git a/xiaobot/assets/json/meme.json b/assets/json/meme.json similarity index 100% rename from xiaobot/assets/json/meme.json rename to assets/json/meme.json diff --git a/xiaobot/assets/json/morse.json b/assets/json/morse.json similarity index 100% rename from xiaobot/assets/json/morse.json rename to assets/json/morse.json diff --git a/xiaobot/assets/json/name.json b/assets/json/name.json similarity index 100% rename from xiaobot/assets/json/name.json rename to assets/json/name.json diff --git a/xiaobot/assets/json/pirate.json b/assets/json/pirate.json similarity index 100% rename from xiaobot/assets/json/pirate.json rename to assets/json/pirate.json diff --git a/xiaobot/assets/json/pokemon-fusion.json b/assets/json/pokemon-fusion.json similarity index 100% rename from xiaobot/assets/json/pokemon-fusion.json rename to assets/json/pokemon-fusion.json diff --git a/xiaobot/assets/json/roast.json b/assets/json/roast.json similarity index 100% rename from xiaobot/assets/json/roast.json rename to assets/json/roast.json diff --git a/xiaobot/assets/json/temmie.json b/assets/json/temmie.json similarity index 100% rename from xiaobot/assets/json/temmie.json rename to assets/json/temmie.json diff --git a/xiaobot/assets/json/translate.json b/assets/json/translate.json similarity index 100% rename from xiaobot/assets/json/translate.json rename to assets/json/translate.json diff --git a/xiaobot/assets/json/typing-game.json b/assets/json/typing-game.json similarity index 100% rename from xiaobot/assets/json/typing-game.json rename to assets/json/typing-game.json diff --git a/xiaobot/assets/json/upside-down.json b/assets/json/upside-down.json similarity index 100% rename from xiaobot/assets/json/upside-down.json rename to assets/json/upside-down.json diff --git a/xiaobot/assets/json/user-info.json b/assets/json/user-info.json similarity index 100% rename from xiaobot/assets/json/user-info.json rename to assets/json/user-info.json diff --git a/xiaobot/assets/json/vocaloid.json b/assets/json/vocaloid.json similarity index 100% rename from xiaobot/assets/json/vocaloid.json rename to assets/json/vocaloid.json diff --git a/xiaobot/assets/json/xiao.json b/assets/json/xiao.json similarity index 100% rename from xiaobot/assets/json/xiao.json rename to assets/json/xiao.json diff --git a/xiaobot/commands/avatar-edit/3000-years.js b/commands/avatar-edit/3000-years.js similarity index 100% rename from xiaobot/commands/avatar-edit/3000-years.js rename to commands/avatar-edit/3000-years.js diff --git a/xiaobot/commands/avatar-edit/beautiful.js b/commands/avatar-edit/beautiful.js similarity index 100% rename from xiaobot/commands/avatar-edit/beautiful.js rename to commands/avatar-edit/beautiful.js diff --git a/xiaobot/commands/avatar-edit/bob-ross.js b/commands/avatar-edit/bob-ross.js similarity index 100% rename from xiaobot/commands/avatar-edit/bob-ross.js rename to commands/avatar-edit/bob-ross.js diff --git a/xiaobot/commands/avatar-edit/card.js b/commands/avatar-edit/card.js similarity index 100% rename from xiaobot/commands/avatar-edit/card.js rename to commands/avatar-edit/card.js diff --git a/xiaobot/commands/avatar-edit/challenger.js b/commands/avatar-edit/challenger.js similarity index 100% rename from xiaobot/commands/avatar-edit/challenger.js rename to commands/avatar-edit/challenger.js diff --git a/xiaobot/commands/avatar-edit/dexter.js b/commands/avatar-edit/dexter.js similarity index 100% rename from xiaobot/commands/avatar-edit/dexter.js rename to commands/avatar-edit/dexter.js diff --git a/xiaobot/commands/avatar-edit/greyscale.js b/commands/avatar-edit/greyscale.js similarity index 100% rename from xiaobot/commands/avatar-edit/greyscale.js rename to commands/avatar-edit/greyscale.js diff --git a/xiaobot/commands/avatar-edit/invert.js b/commands/avatar-edit/invert.js similarity index 100% rename from xiaobot/commands/avatar-edit/invert.js rename to commands/avatar-edit/invert.js diff --git a/xiaobot/commands/avatar-edit/rip.js b/commands/avatar-edit/rip.js similarity index 100% rename from xiaobot/commands/avatar-edit/rip.js rename to commands/avatar-edit/rip.js diff --git a/xiaobot/commands/avatar-edit/simba.js b/commands/avatar-edit/simba.js similarity index 100% rename from xiaobot/commands/avatar-edit/simba.js rename to commands/avatar-edit/simba.js diff --git a/xiaobot/commands/avatar-edit/steam-card.js b/commands/avatar-edit/steam-card.js similarity index 100% rename from xiaobot/commands/avatar-edit/steam-card.js rename to commands/avatar-edit/steam-card.js diff --git a/xiaobot/commands/avatar-edit/triggered.js b/commands/avatar-edit/triggered.js similarity index 100% rename from xiaobot/commands/avatar-edit/triggered.js rename to commands/avatar-edit/triggered.js diff --git a/xiaobot/commands/avatar-edit/wanted.js b/commands/avatar-edit/wanted.js similarity index 100% rename from xiaobot/commands/avatar-edit/wanted.js rename to commands/avatar-edit/wanted.js diff --git a/xiaobot/commands/games/battle.js b/commands/games/battle.js similarity index 100% rename from xiaobot/commands/games/battle.js rename to commands/games/battle.js diff --git a/xiaobot/commands/games/hangman.js b/commands/games/hangman.js similarity index 100% rename from xiaobot/commands/games/hangman.js rename to commands/games/hangman.js diff --git a/xiaobot/commands/games/lottery.js b/commands/games/lottery.js similarity index 100% rename from xiaobot/commands/games/lottery.js rename to commands/games/lottery.js diff --git a/xiaobot/commands/games/math-game.js b/commands/games/math-game.js similarity index 100% rename from xiaobot/commands/games/math-game.js rename to commands/games/math-game.js diff --git a/xiaobot/commands/games/quiz.js b/commands/games/quiz.js similarity index 100% rename from xiaobot/commands/games/quiz.js rename to commands/games/quiz.js diff --git a/xiaobot/commands/games/rock-paper-scissors.js b/commands/games/rock-paper-scissors.js similarity index 100% rename from xiaobot/commands/games/rock-paper-scissors.js rename to commands/games/rock-paper-scissors.js diff --git a/xiaobot/commands/games/slots.js b/commands/games/slots.js similarity index 100% rename from xiaobot/commands/games/slots.js rename to commands/games/slots.js diff --git a/xiaobot/commands/games/typing-game.js b/commands/games/typing-game.js similarity index 100% rename from xiaobot/commands/games/typing-game.js rename to commands/games/typing-game.js diff --git a/xiaobot/commands/guild-info/emoji.js b/commands/guild-info/emoji.js similarity index 100% rename from xiaobot/commands/guild-info/emoji.js rename to commands/guild-info/emoji.js diff --git a/xiaobot/commands/guild-info/server-info.js b/commands/guild-info/server-info.js similarity index 100% rename from xiaobot/commands/guild-info/server-info.js rename to commands/guild-info/server-info.js diff --git a/xiaobot/commands/image-edit/achievement.js b/commands/image-edit/achievement.js similarity index 100% rename from xiaobot/commands/image-edit/achievement.js rename to commands/image-edit/achievement.js diff --git a/xiaobot/commands/image-edit/meme.js b/commands/image-edit/meme.js similarity index 100% rename from xiaobot/commands/image-edit/meme.js rename to commands/image-edit/meme.js diff --git a/xiaobot/commands/image-edit/pokemon-fusion.js b/commands/image-edit/pokemon-fusion.js similarity index 100% rename from xiaobot/commands/image-edit/pokemon-fusion.js rename to commands/image-edit/pokemon-fusion.js diff --git a/xiaobot/commands/moderation/ban.js b/commands/moderation/ban.js similarity index 100% rename from xiaobot/commands/moderation/ban.js rename to commands/moderation/ban.js diff --git a/xiaobot/commands/moderation/kick.js b/commands/moderation/kick.js similarity index 100% rename from xiaobot/commands/moderation/kick.js rename to commands/moderation/kick.js diff --git a/xiaobot/commands/moderation/lockdown.js b/commands/moderation/lockdown.js similarity index 100% rename from xiaobot/commands/moderation/lockdown.js rename to commands/moderation/lockdown.js diff --git a/xiaobot/commands/moderation/prune.js b/commands/moderation/prune.js similarity index 100% rename from xiaobot/commands/moderation/prune.js rename to commands/moderation/prune.js diff --git a/xiaobot/commands/moderation/softban.js b/commands/moderation/softban.js similarity index 100% rename from xiaobot/commands/moderation/softban.js rename to commands/moderation/softban.js diff --git a/xiaobot/commands/moderation/unban.js b/commands/moderation/unban.js similarity index 100% rename from xiaobot/commands/moderation/unban.js rename to commands/moderation/unban.js diff --git a/xiaobot/commands/moderation/warn.js b/commands/moderation/warn.js similarity index 100% rename from xiaobot/commands/moderation/warn.js rename to commands/moderation/warn.js diff --git a/xiaobot/commands/num-edit/currency.js b/commands/num-edit/currency.js similarity index 100% rename from xiaobot/commands/num-edit/currency.js rename to commands/num-edit/currency.js diff --git a/xiaobot/commands/num-edit/math.js b/commands/num-edit/math.js similarity index 100% rename from xiaobot/commands/num-edit/math.js rename to commands/num-edit/math.js diff --git a/xiaobot/commands/num-edit/temperature.js b/commands/num-edit/temperature.js similarity index 100% rename from xiaobot/commands/num-edit/temperature.js rename to commands/num-edit/temperature.js diff --git a/xiaobot/commands/random-img/cat.js b/commands/random-img/cat.js similarity index 100% rename from xiaobot/commands/random-img/cat.js rename to commands/random-img/cat.js diff --git a/xiaobot/commands/random-img/dog.js b/commands/random-img/dog.js similarity index 100% rename from xiaobot/commands/random-img/dog.js rename to commands/random-img/dog.js diff --git a/xiaobot/commands/random-img/vocaloid.js b/commands/random-img/vocaloid.js similarity index 100% rename from xiaobot/commands/random-img/vocaloid.js rename to commands/random-img/vocaloid.js diff --git a/xiaobot/commands/random-img/xiao.js b/commands/random-img/xiao.js similarity index 100% rename from xiaobot/commands/random-img/xiao.js rename to commands/random-img/xiao.js diff --git a/xiaobot/commands/random-res/8-ball.js b/commands/random-res/8-ball.js similarity index 100% rename from xiaobot/commands/random-res/8-ball.js rename to commands/random-res/8-ball.js diff --git a/xiaobot/commands/random-res/choose.js b/commands/random-res/choose.js similarity index 100% rename from xiaobot/commands/random-res/choose.js rename to commands/random-res/choose.js diff --git a/xiaobot/commands/random-res/coin.js b/commands/random-res/coin.js similarity index 100% rename from xiaobot/commands/random-res/coin.js rename to commands/random-res/coin.js diff --git a/xiaobot/commands/random-res/compliment.js b/commands/random-res/compliment.js similarity index 100% rename from xiaobot/commands/random-res/compliment.js rename to commands/random-res/compliment.js diff --git a/xiaobot/commands/random-res/fact-core.js b/commands/random-res/fact-core.js similarity index 100% rename from xiaobot/commands/random-res/fact-core.js rename to commands/random-res/fact-core.js diff --git a/xiaobot/commands/random-res/fishy.js b/commands/random-res/fishy.js similarity index 100% rename from xiaobot/commands/random-res/fishy.js rename to commands/random-res/fishy.js diff --git a/xiaobot/commands/random-res/fortune.js b/commands/random-res/fortune.js similarity index 100% rename from xiaobot/commands/random-res/fortune.js rename to commands/random-res/fortune.js diff --git a/xiaobot/commands/random-res/magic-conch.js b/commands/random-res/magic-conch.js similarity index 100% rename from xiaobot/commands/random-res/magic-conch.js rename to commands/random-res/magic-conch.js diff --git a/xiaobot/commands/random-res/name.js b/commands/random-res/name.js similarity index 100% rename from xiaobot/commands/random-res/name.js rename to commands/random-res/name.js diff --git a/xiaobot/commands/random-res/offspring.js b/commands/random-res/offspring.js similarity index 100% rename from xiaobot/commands/random-res/offspring.js rename to commands/random-res/offspring.js diff --git a/xiaobot/commands/random-res/quantum-coin.js b/commands/random-res/quantum-coin.js similarity index 100% rename from xiaobot/commands/random-res/quantum-coin.js rename to commands/random-res/quantum-coin.js diff --git a/xiaobot/commands/random-res/rate-waifu.js b/commands/random-res/rate-waifu.js similarity index 100% rename from xiaobot/commands/random-res/rate-waifu.js rename to commands/random-res/rate-waifu.js diff --git a/xiaobot/commands/random-res/roast.js b/commands/random-res/roast.js similarity index 100% rename from xiaobot/commands/random-res/roast.js rename to commands/random-res/roast.js diff --git a/xiaobot/commands/random-res/roll.js b/commands/random-res/roll.js similarity index 100% rename from xiaobot/commands/random-res/roll.js rename to commands/random-res/roll.js diff --git a/xiaobot/commands/random-res/roulette.js b/commands/random-res/roulette.js similarity index 100% rename from xiaobot/commands/random-res/roulette.js rename to commands/random-res/roulette.js diff --git a/xiaobot/commands/random-res/ship.js b/commands/random-res/ship.js similarity index 100% rename from xiaobot/commands/random-res/ship.js rename to commands/random-res/ship.js diff --git a/xiaobot/commands/random/easter-egg.js b/commands/random/easter-egg.js similarity index 100% rename from xiaobot/commands/random/easter-egg.js rename to commands/random/easter-egg.js diff --git a/xiaobot/commands/random/give-flower.js b/commands/random/give-flower.js similarity index 100% rename from xiaobot/commands/random/give-flower.js rename to commands/random/give-flower.js diff --git a/xiaobot/commands/random/horoscope.js b/commands/random/horoscope.js similarity index 100% rename from xiaobot/commands/random/horoscope.js rename to commands/random/horoscope.js diff --git a/xiaobot/commands/random/lenny.js b/commands/random/lenny.js similarity index 100% rename from xiaobot/commands/random/lenny.js rename to commands/random/lenny.js diff --git a/xiaobot/commands/random/lmgtfy.js b/commands/random/lmgtfy.js similarity index 100% rename from xiaobot/commands/random/lmgtfy.js rename to commands/random/lmgtfy.js diff --git a/xiaobot/commands/random/portal-send.js b/commands/random/portal-send.js similarity index 100% rename from xiaobot/commands/random/portal-send.js rename to commands/random/portal-send.js diff --git a/xiaobot/commands/random/spam.js b/commands/random/spam.js similarity index 100% rename from xiaobot/commands/random/spam.js rename to commands/random/spam.js diff --git a/xiaobot/commands/random/strawpoll.js b/commands/random/strawpoll.js similarity index 100% rename from xiaobot/commands/random/strawpoll.js rename to commands/random/strawpoll.js diff --git a/xiaobot/commands/random/today.js b/commands/random/today.js similarity index 100% rename from xiaobot/commands/random/today.js rename to commands/random/today.js diff --git a/xiaobot/commands/random/would-you-rather.js b/commands/random/would-you-rather.js similarity index 100% rename from xiaobot/commands/random/would-you-rather.js rename to commands/random/would-you-rather.js diff --git a/xiaobot/commands/roleplay/cuddle.js b/commands/roleplay/cuddle.js similarity index 100% rename from xiaobot/commands/roleplay/cuddle.js rename to commands/roleplay/cuddle.js diff --git a/xiaobot/commands/roleplay/divorce.js b/commands/roleplay/divorce.js similarity index 100% rename from xiaobot/commands/roleplay/divorce.js rename to commands/roleplay/divorce.js diff --git a/xiaobot/commands/roleplay/eat.js b/commands/roleplay/eat.js similarity index 100% rename from xiaobot/commands/roleplay/eat.js rename to commands/roleplay/eat.js diff --git a/xiaobot/commands/roleplay/falcon-punch.js b/commands/roleplay/falcon-punch.js similarity index 100% rename from xiaobot/commands/roleplay/falcon-punch.js rename to commands/roleplay/falcon-punch.js diff --git a/xiaobot/commands/roleplay/fist-bump.js b/commands/roleplay/fist-bump.js similarity index 100% rename from xiaobot/commands/roleplay/fist-bump.js rename to commands/roleplay/fist-bump.js diff --git a/xiaobot/commands/roleplay/high-five.js b/commands/roleplay/high-five.js similarity index 100% rename from xiaobot/commands/roleplay/high-five.js rename to commands/roleplay/high-five.js diff --git a/xiaobot/commands/roleplay/hit-with-shovel.js b/commands/roleplay/hit-with-shovel.js similarity index 100% rename from xiaobot/commands/roleplay/hit-with-shovel.js rename to commands/roleplay/hit-with-shovel.js diff --git a/xiaobot/commands/roleplay/hug.js b/commands/roleplay/hug.js similarity index 100% rename from xiaobot/commands/roleplay/hug.js rename to commands/roleplay/hug.js diff --git a/xiaobot/commands/roleplay/inhale.js b/commands/roleplay/inhale.js similarity index 100% rename from xiaobot/commands/roleplay/inhale.js rename to commands/roleplay/inhale.js diff --git a/xiaobot/commands/roleplay/kill.js b/commands/roleplay/kill.js similarity index 100% rename from xiaobot/commands/roleplay/kill.js rename to commands/roleplay/kill.js diff --git a/xiaobot/commands/roleplay/kiss.js b/commands/roleplay/kiss.js similarity index 100% rename from xiaobot/commands/roleplay/kiss.js rename to commands/roleplay/kiss.js diff --git a/xiaobot/commands/roleplay/marry.js b/commands/roleplay/marry.js similarity index 100% rename from xiaobot/commands/roleplay/marry.js rename to commands/roleplay/marry.js diff --git a/xiaobot/commands/roleplay/pat.js b/commands/roleplay/pat.js similarity index 100% rename from xiaobot/commands/roleplay/pat.js rename to commands/roleplay/pat.js diff --git a/xiaobot/commands/roleplay/poke.js b/commands/roleplay/poke.js similarity index 100% rename from xiaobot/commands/roleplay/poke.js rename to commands/roleplay/poke.js diff --git a/xiaobot/commands/roleplay/punch.js b/commands/roleplay/punch.js similarity index 100% rename from xiaobot/commands/roleplay/punch.js rename to commands/roleplay/punch.js diff --git a/xiaobot/commands/roleplay/slap.js b/commands/roleplay/slap.js similarity index 100% rename from xiaobot/commands/roleplay/slap.js rename to commands/roleplay/slap.js diff --git a/xiaobot/commands/search/anime.js b/commands/search/anime.js similarity index 100% rename from xiaobot/commands/search/anime.js rename to commands/search/anime.js diff --git a/xiaobot/commands/search/bot-info.js b/commands/search/bot-info.js similarity index 100% rename from xiaobot/commands/search/bot-info.js rename to commands/search/bot-info.js diff --git a/xiaobot/commands/search/bulbapedia.js b/commands/search/bulbapedia.js similarity index 100% rename from xiaobot/commands/search/bulbapedia.js rename to commands/search/bulbapedia.js diff --git a/xiaobot/commands/search/danbooru.js b/commands/search/danbooru.js similarity index 100% rename from xiaobot/commands/search/danbooru.js rename to commands/search/danbooru.js diff --git a/xiaobot/commands/search/define.js b/commands/search/define.js similarity index 100% rename from xiaobot/commands/search/define.js rename to commands/search/define.js diff --git a/xiaobot/commands/search/discrim.js b/commands/search/discrim.js similarity index 100% rename from xiaobot/commands/search/discrim.js rename to commands/search/discrim.js diff --git a/xiaobot/commands/search/forecast.js b/commands/search/forecast.js similarity index 100% rename from xiaobot/commands/search/forecast.js rename to commands/search/forecast.js diff --git a/xiaobot/commands/search/gelbooru.js b/commands/search/gelbooru.js similarity index 100% rename from xiaobot/commands/search/gelbooru.js rename to commands/search/gelbooru.js diff --git a/xiaobot/commands/search/giphy.js b/commands/search/giphy.js similarity index 100% rename from xiaobot/commands/search/giphy.js rename to commands/search/giphy.js diff --git a/xiaobot/commands/search/konachan.js b/commands/search/konachan.js similarity index 100% rename from xiaobot/commands/search/konachan.js rename to commands/search/konachan.js diff --git a/xiaobot/commands/search/manga.js b/commands/search/manga.js similarity index 100% rename from xiaobot/commands/search/manga.js rename to commands/search/manga.js diff --git a/xiaobot/commands/search/map.js b/commands/search/map.js similarity index 100% rename from xiaobot/commands/search/map.js rename to commands/search/map.js diff --git a/xiaobot/commands/search/neopet.js b/commands/search/neopet.js similarity index 100% rename from xiaobot/commands/search/neopet.js rename to commands/search/neopet.js diff --git a/xiaobot/commands/search/osu.js b/commands/search/osu.js similarity index 100% rename from xiaobot/commands/search/osu.js rename to commands/search/osu.js diff --git a/xiaobot/commands/search/recipe.js b/commands/search/recipe.js similarity index 100% rename from xiaobot/commands/search/recipe.js rename to commands/search/recipe.js diff --git a/xiaobot/commands/search/rule34.js b/commands/search/rule34.js similarity index 100% rename from xiaobot/commands/search/rule34.js rename to commands/search/rule34.js diff --git a/xiaobot/commands/search/soundcloud.js b/commands/search/soundcloud.js similarity index 100% rename from xiaobot/commands/search/soundcloud.js rename to commands/search/soundcloud.js diff --git a/xiaobot/commands/search/urban.js b/commands/search/urban.js similarity index 100% rename from xiaobot/commands/search/urban.js rename to commands/search/urban.js diff --git a/xiaobot/commands/search/wattpad.js b/commands/search/wattpad.js similarity index 100% rename from xiaobot/commands/search/wattpad.js rename to commands/search/wattpad.js diff --git a/xiaobot/commands/search/weather.js b/commands/search/weather.js similarity index 100% rename from xiaobot/commands/search/weather.js rename to commands/search/weather.js diff --git a/xiaobot/commands/search/wikia.js b/commands/search/wikia.js similarity index 100% rename from xiaobot/commands/search/wikia.js rename to commands/search/wikia.js diff --git a/xiaobot/commands/search/wikipedia.js b/commands/search/wikipedia.js similarity index 100% rename from xiaobot/commands/search/wikipedia.js rename to commands/search/wikipedia.js diff --git a/xiaobot/commands/search/xkcd.js b/commands/search/xkcd.js similarity index 100% rename from xiaobot/commands/search/xkcd.js rename to commands/search/xkcd.js diff --git a/xiaobot/commands/search/youtube.js b/commands/search/youtube.js similarity index 100% rename from xiaobot/commands/search/youtube.js rename to commands/search/youtube.js diff --git a/xiaobot/commands/search/yu-gi-oh.js b/commands/search/yu-gi-oh.js similarity index 100% rename from xiaobot/commands/search/yu-gi-oh.js rename to commands/search/yu-gi-oh.js diff --git a/xiaobot/commands/text-edit/binary.js b/commands/text-edit/binary.js similarity index 100% rename from xiaobot/commands/text-edit/binary.js rename to commands/text-edit/binary.js diff --git a/xiaobot/commands/text-edit/cow-say.js b/commands/text-edit/cow-say.js similarity index 100% rename from xiaobot/commands/text-edit/cow-say.js rename to commands/text-edit/cow-say.js diff --git a/xiaobot/commands/text-edit/embed.js b/commands/text-edit/embed.js similarity index 100% rename from xiaobot/commands/text-edit/embed.js rename to commands/text-edit/embed.js diff --git a/xiaobot/commands/text-edit/mocking.js b/commands/text-edit/mocking.js similarity index 100% rename from xiaobot/commands/text-edit/mocking.js rename to commands/text-edit/mocking.js diff --git a/xiaobot/commands/text-edit/morse.js b/commands/text-edit/morse.js similarity index 100% rename from xiaobot/commands/text-edit/morse.js rename to commands/text-edit/morse.js diff --git a/xiaobot/commands/text-edit/pirate.js b/commands/text-edit/pirate.js similarity index 100% rename from xiaobot/commands/text-edit/pirate.js rename to commands/text-edit/pirate.js diff --git a/xiaobot/commands/text-edit/repeat.js b/commands/text-edit/repeat.js similarity index 100% rename from xiaobot/commands/text-edit/repeat.js rename to commands/text-edit/repeat.js diff --git a/xiaobot/commands/text-edit/reverse.js b/commands/text-edit/reverse.js similarity index 100% rename from xiaobot/commands/text-edit/reverse.js rename to commands/text-edit/reverse.js diff --git a/xiaobot/commands/text-edit/say.js b/commands/text-edit/say.js similarity index 100% rename from xiaobot/commands/text-edit/say.js rename to commands/text-edit/say.js diff --git a/xiaobot/commands/text-edit/temmie.js b/commands/text-edit/temmie.js similarity index 100% rename from xiaobot/commands/text-edit/temmie.js rename to commands/text-edit/temmie.js diff --git a/xiaobot/commands/text-edit/translate.js b/commands/text-edit/translate.js similarity index 100% rename from xiaobot/commands/text-edit/translate.js rename to commands/text-edit/translate.js diff --git a/xiaobot/commands/text-edit/upside-down.js b/commands/text-edit/upside-down.js similarity index 100% rename from xiaobot/commands/text-edit/upside-down.js rename to commands/text-edit/upside-down.js diff --git a/xiaobot/commands/text-edit/webhook.js b/commands/text-edit/webhook.js similarity index 100% rename from xiaobot/commands/text-edit/webhook.js rename to commands/text-edit/webhook.js diff --git a/xiaobot/commands/text-edit/zalgo.js b/commands/text-edit/zalgo.js similarity index 100% rename from xiaobot/commands/text-edit/zalgo.js rename to commands/text-edit/zalgo.js diff --git a/xiaobot/commands/user-info/avatar.js b/commands/user-info/avatar.js similarity index 100% rename from xiaobot/commands/user-info/avatar.js rename to commands/user-info/avatar.js diff --git a/xiaobot/commands/user-info/user-info.js b/commands/user-info/user-info.js similarity index 100% rename from xiaobot/commands/user-info/user-info.js rename to commands/user-info/user-info.js diff --git a/xiaobot/commands/util/donate.js b/commands/util/donate.js similarity index 100% rename from xiaobot/commands/util/donate.js rename to commands/util/donate.js diff --git a/xiaobot/commands/util/help.js b/commands/util/help.js similarity index 100% rename from xiaobot/commands/util/help.js rename to commands/util/help.js diff --git a/xiaobot/commands/util/info.js b/commands/util/info.js similarity index 100% rename from xiaobot/commands/util/info.js rename to commands/util/info.js diff --git a/xiaobot/commands/util/invite.js b/commands/util/invite.js similarity index 100% rename from xiaobot/commands/util/invite.js rename to commands/util/invite.js diff --git a/xiaobot/commands/util/ping.js b/commands/util/ping.js similarity index 100% rename from xiaobot/commands/util/ping.js rename to commands/util/ping.js diff --git a/xiaobot/commands/util/setting-help.js b/commands/util/setting-help.js similarity index 100% rename from xiaobot/commands/util/setting-help.js rename to commands/util/setting-help.js diff --git a/xiaobot/commands/util/shard-info.js b/commands/util/shard-info.js similarity index 100% rename from xiaobot/commands/util/shard-info.js rename to commands/util/shard-info.js diff --git a/xiaobot/commands/util/uptime.js b/commands/util/uptime.js similarity index 100% rename from xiaobot/commands/util/uptime.js rename to commands/util/uptime.js diff --git a/xiaobot/commands/util/upvoters.js b/commands/util/upvoters.js similarity index 100% rename from xiaobot/commands/util/upvoters.js rename to commands/util/upvoters.js diff --git a/xiaobot/html/carbondesc.html b/html/carbondesc.html similarity index 100% rename from xiaobot/html/carbondesc.html rename to html/carbondesc.html diff --git a/xiaobot/html/carbonfeat.html b/html/carbonfeat.html similarity index 100% rename from xiaobot/html/carbonfeat.html rename to html/carbonfeat.html diff --git a/xiaobot/html/carbonuse.html b/html/carbonuse.html similarity index 100% rename from xiaobot/html/carbonuse.html rename to html/carbonuse.html diff --git a/xiaobot/html/discordbots.html b/html/discordbots.html similarity index 100% rename from xiaobot/html/discordbots.html rename to html/discordbots.html diff --git a/xiaobot/package.json b/package.json similarity index 100% rename from xiaobot/package.json rename to package.json diff --git a/xiaobot/structures/Command.js b/structures/Command.js similarity index 100% rename from xiaobot/structures/Command.js rename to structures/Command.js diff --git a/xiaobot/structures/Util.js b/structures/Util.js similarity index 100% rename from xiaobot/structures/Util.js rename to structures/Util.js diff --git a/xiaobot/config.json b/xiaobot/config.json deleted file mode 100644 index 58beb828..00000000 --- a/xiaobot/config.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "token": "Mjc4MzA1MzUwODA0MDQ1ODM0.C5HKfw.s1c4It_MdOTQH8_2dKqTgZR3iyk", - "prefix": "x;", - "owner": [ - "242699360352206850", - "234318196893548545" - ], - "invite": "https://discord.gg/fqQF8mc", - "carbonKey": "dragonfire081yuak3tsj4td", - "dbotsKey": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySUQiOiIyNDI2OTkzNjAzNTIyMDY4NTAiLCJyYW5kIjozMCwiaWF0IjoxNDg2MTIzMTkzfQ.RZ46YgMY8d54UM6s4iAuqnXXmktDuCAE7Ie3xG9poVQ", - "dbotsOrgKey": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjI0MjY5OTM2MDM1MjIwNjg1MCIsImlhdCI6MTQ5OTgyMTY2Mn0.DHyXG41RZMZvWhqN8Y4_55sfIFftpiwoMVkR5y9CAgY", - "animelistLogin": "dragonfire535:xiaobot343gr343efre", - "giphyKey": "dc6zaTOxFJmzC", - "googleKey": "AIzaSyBSeETdIVGK2NnqC1tIzOtvk_luJx43bm0", - "osuKey": "ac76d906af022d561ba2f58ae3ebaebcf27dade6", - "soundcloudKey": "2t9loNQH90kzJcsFCODdigxfp325aq4z", - "wattpadKey": "GfSFeX73h3dvNkdPmeAgHzFFhdKrNlm3f3DPVKU62wty", - "webhookURL": "https://discordapp.com/api/webhooks/318217590440984588/G1QEAwTurwmoVb-7qXwGXyLi86gGNWySqy3Yb60iL_f5n7GHFqijT-6y3FOmM8683Bf4", - "wordnikKey": "1d5433bcddb29ab80b00e01bdec057777a60f9457a5e01f10", - "yandexKey": "trnsl.1.1.20170406T183931Z.0012fddeb0628410.a81e05f0efb10a3d881664d5a3afd32aa849b368" -}