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

eightball command done #184

Closed
wants to merge 2 commits into from
Closed

eightball command done #184

wants to merge 2 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Feb 22, 2022

Added 8ball command

closes #181

@onerandomusername onerandomusername added area: commands Commands, cogs and extensions status: WIP This is being worked on merge with squash Squash merge labels Feb 22, 2022
bot/constants.py Outdated Show resolved Hide resolved
bot/exts/fun/eightball.py Outdated Show resolved Hide resolved
bot/constants.py Outdated Show resolved Hide resolved
bot/constants.py Outdated Show resolved Hide resolved

announcements = int(os.getenv("ANNOUNCEMENTS_ID", 789978290844598272))
polls = int(os.getenv("POLLS_ID", 790043110360350740))
events = int(os.getenv("EVENTS_ID", 890656665328820224))


# Bot replies
with pathlib.Path("bot/resources/bot_replies.yml").open(encoding="utf8") as file:
with pathlib.Path("bot/resources/bot_replies.yml").open(encoding="utf-8") as file:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the reasoning behind this change?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

bot/constants.py Outdated Show resolved Hide resolved
@ghost ghost requested review from Akarys42 and onerandomusername February 22, 2022 15:05
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: commands Commands, cogs and extensions merge with squash Squash merge status: WIP This is being worked on
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8ball command for gurkbot
3 participants