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

better wording on the readme command #10

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 10 additions & 5 deletions goonmisc/goonmisc.py
Original file line number Diff line number Diff line change
Expand Up @@ -918,8 +918,13 @@ async def close_menu(
await message.delete()

@commands.command()
async def readme(self, ctx: commands.Context):
"""Shows a passive aggressive message about how users should read the guides."""
ctx.send("Users are reminded that the official code guides and readmes exist for a *reason*, \
and disregarding such advice as 'use visual studio code' will void any asking for help rights that you may own. \
https://cdn.discordapp.com/attachments/890313890003566632/1075712022760652850/the_sign.png")
async def consultreadme(self, ctx: commands.Context):
"""Shows boilerplate text reminding to follow the readme closely"""
await ctx.send("The code guides and readmes exist for a *reason*, that being it's the easiest way to do things.\
Disregarding such advice as 'Use Visual Studio Code' will cause pain and suffering we're not responsible for. \
https://github.com/goonstation")

@commands.command()
async def questions(self, ctx: commands.Context):
"""Links to a page about asking questions in #imcoder"""
await ctx.send("https://zewaka.webcam/questions")