Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.64 KB

FAQ.md

File metadata and controls

32 lines (23 loc) · 1.64 KB

Frequently Asked Questions

This is a collection of the most frequent questions asked, related to Turkey's GamesBot.

We hope this helps you!

  • If you feel like something should be added, contact TurkeyDev via Discord!

Table of Contents

  1. Frequently Asked Questions
    1. Table of Contents
    2. Questions
      1. My bot wont respond to me?
      2. My bot was working, and now it isnt?
      3. I've taken one of the files from this repo and used it for my bot, but it isn't working?

Questions

My bot wont respond to me?

On Line 51 of the index.ts file, you will see this:

if (msg.channel instanceof TextChannel && msg.channel.name && msg.channel.name.includes("bot_land")) {

Remove/Change the && msg.channel.name.includes("bot_land") part from Line 45, and relaunch your bot.

My bot was working, and now it isnt?

Turkey has recently updated his bot's code (As of Feb 20th 2021). See here to get the updated structure!

Ive taken one of the files from this repo and used it for my bot, but it isnt working?

We prefer you to have a basic understanding of how JS/TS works. As you can see from the single file you've copied, it is pulling information from various other files. You will need them files too!