Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating docker-compose for discord bot #37

Closed
kapselccc opened this issue Jan 3, 2023 · 4 comments · Fixed by #125
Closed

Creating docker-compose for discord bot #37

kapselccc opened this issue Jan 3, 2023 · 4 comments · Fixed by #125

Comments

@kapselccc
Copy link
Contributor

No description provided.

@Marsh-sudo
Copy link

Would like to try it out :)

@pcichowski
Copy link
Member

Sure, the instructions to set up the development environment are listed in the main README. If you may have any questions or problem feel free to ask them here, I'll be happy to help :)

@pcichowski pcichowski changed the title Creating dokcer-compose for discord bot Creating docker-compose for discord bot Jan 4, 2023
@Marsh-sudo
Copy link

Am getting an error when am trying to run the programme...Here it is

File "/app/dnd_bot/dc/init.py", line 34, in bot_run
raise KeyError(f'Failed to get configuration key. Env name: {env_token}')
KeyError: 'Failed to get configuration key. Env name: BOT_TOKEN'

Seems to me the problem is the BOT_TOKEN you hide and how you wanted it to be expressed through the .env file it isn't working

@pcichowski
Copy link
Member

Yep, this is a bot token generated by the Discord API, which is used to authenticate the bot as a discord user. We cannot give it to you unfortunately.

I found a guide to create this token, so you can set up another bot account and run it.
https://github.com/reactiflux/discord-irc/wiki/Creating-a-discord-bot-&-getting-a-token

@kapselccc kapselccc linked a pull request Feb 27, 2023 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants