Skip to content

Commit

Permalink
Fix Length Limits
Browse files Browse the repository at this point in the history
  • Loading branch information
MidoriKami authored Jul 9, 2023
1 parent d452e4e commit 9f0bfd5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions config/1023013496251756555/faqs/why.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
exports.answer = async client => ({
title: `The XY Problem`,
description: `The XY problem is asking about your attempted solution rather than your actual problem. `
+ `This leads to enormous amounts of wasted time and energy, both on the part of people asking for help, and on the part of those providing help. `
+ `\nThe problem occurs when people get stuck on what they believe is the solution and are unable step back and explain the issue in full. `
+ `Please describe the overall task you are attempting to accomplish, and we may be able to point you in a much better direction to solve your problem! `
+ `This leads to enormous amounts of wasted time and energy, `
+ `both on the part of people asking for help, and on the part of those providing help. `
+ `\nThe problem occurs when people get stuck on what they believe is the solution `
+ `and are unable step back and explain the issue in full. `
+ `Please describe the overall task you are attempting to accomplish, `
+ `and we may be able to point you in a much better direction to solve your problem! `
+ `\n\nMore information about The XY Problem can be found [HERE](https://xyproblem.info/). `,
color: client.config.EMBED_NORMAL_COLOR,
footer: {
Expand Down

0 comments on commit 9f0bfd5

Please sign in to comment.