Skip to content

Commit 7c90aa2

Browse files
authored
urban error message fix (#2335)
1 parent 98e7f36 commit 7c90aa2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wall_e/extensions/misc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ async def urban(self, ctx, *arg):
203203
title="Urban Results",
204204
author=ctx.me,
205205
colour=WallEColour.ERROR,
206-
description=":thonk:404:thonk:You searched something dumb didn't you?"
206+
description="Whatever you searched returned a whole lotta nothing!!"
207207
)
208208
if e_obj is not False:
209209
await ctx.send(embed=e_obj, reference=ctx.message)

0 commit comments

Comments
 (0)