To create a Discord Bot, following actions are taken:
Now, bot seems to be existent. However, it is not online. For it to be online, we have to use discord package on Python and connect to our bot with the access token. As long as our program is running, our bot will be online on the Jackson County channel. For our boat to be online eternally, I guess we have to host it on cloud or something.
To create a Discord Bot, following actions are taken:
Application.Application, add a newBot. Generate an access token.OAuth2section and generate an invite link. (Permissions include being able to post a message to the channel, being able to respond with an emoji and similar things)Now, bot seems to be existent. However, it is not online. For it to be online, we have to use
discordpackage on Python and connect to our bot with the access token. As long as our program is running, our bot will be online on the Jackson County channel. For our boat to be online eternally, I guess we have to host it on cloud or something..envin the working directory and store theTOKENthere. Ask me the access token.