Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit 128f2a9

Browse files
committed
chore: remove unnecessary dividers
1 parent 28a241f commit 128f2a9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

bot.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -245,9 +245,6 @@ def get_gsheet_client():
245245
return gspread.authorize(credentials)
246246

247247

248-
# -----------------------------------------------------------------------------
249-
250-
251248
def post_feedback(username: str, feedback: str, guild: Optional[str]):
252249
# Assumes rows are in the format (date, feedback, guild, version)
253250
client = get_gsheet_client()
@@ -259,9 +256,6 @@ def post_feedback(username: str, feedback: str, guild: Optional[str]):
259256
return worksheet.append_row(row)
260257

261258

262-
# -----------------------------------------------------------------------------
263-
264-
265259
@bot.command(name="feedback", help="Anonymously share an idea or report a bug")
266260
async def feedback_command(ctx: Context, *, feedback):
267261
author = ctx.author

0 commit comments

Comments
 (0)