randydev commited on
Commit
ee3ac0e
·
verified ·
1 Parent(s): 8a098e2

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -756,7 +756,7 @@ async def evaluation_cmd(client, message):
756
  [
757
  [
758
  InlineKeyboardButton(
759
- "Pastebin", url=f"https://paste.rs/{await paste_text(evaluation.strip())}"
760
  )
761
  ]
762
  ]
 
756
  [
757
  [
758
  InlineKeyboardButton(
759
+ "Pastebin", url=f"{await paste_text(evaluation.strip())}"
760
  )
761
  ]
762
  ]