xy: Added command
This commit is contained in:
parent
f7d4af3a5e
commit
841e120a0b
1 changed files with 10 additions and 0 deletions
|
@ -19,6 +19,16 @@ class Links:
|
|||
"""Link to the Atmosphere repo"""
|
||||
await ctx.send("https://github.com/atmosphere-nx/atmosphere")
|
||||
|
||||
@commands.command(hidden=True, aliases=["xyproblem"])
|
||||
async def xy(self, ctx):
|
||||
"""Link to the "What is the XY problem?" post from SE"""
|
||||
await ctx.send("https://meta.stackexchange.com/q/66377/285481\n\n"
|
||||
"TL;DR: It's asking about your attempted solution "
|
||||
"rather than your actual problem.\n\n"
|
||||
"Note: It's perfectly fine to want to learn about "
|
||||
"solution, but please be clear about your intentions "
|
||||
"if you're not trying to solve a problem.")
|
||||
|
||||
@commands.command(hidden=True, aliases=["guides"])
|
||||
async def guide(self, ctx):
|
||||
"""Link to the guide(s)"""
|
||||
|
|
Loading…
Reference in a new issue