Science, asked by JayeshRocks, 4 months ago

How to Program a discord bot on mobile can anybody tell me?​

Answers

Answered by sharvesh8260
0
This tutorial will have 4 main parts:
A. Setup your bot
B. Test your bot
C. Using LUIS to support your bot conversation
C. Deploy your bot
Setup your bot:
You will need nodejs and express (or restify), create a bot folder to hold your directories and make it as your working folder
Answered by ItZzMissKhushi
1

Answer:

Creating a Bot Account

1.Make sure you're logged on to the Discord website.

2.Navigate to the application page.

3.Click on the “New Application” button.

4.Give the application a name and click “Create”.

5.Create a Bot User by navigating to the “Bot” tab and clicking “Add Bot”. ...

6.Make sure that Public Bot is ticked if you want others to invite your bot.

You should also make sure that Require OAuth2 Code Grant is unchecked unless you are developing a service that needs it. If you’re unsure, then leave it unchecked.

7.Copy the token using the “Copy” button.

Explanation:

Similar questions