mirror of
https://github.com/RafaelSolVargas/Vulkan.git
synced 2025-10-29 16:57:23 +00:00
Removing useless import
This commit is contained in:
parent
d768ed810a
commit
2860887e78
@ -1,6 +1,5 @@
|
||||
import requests
|
||||
import json
|
||||
import discord
|
||||
from config import config
|
||||
from discord.ext import commands
|
||||
from random import random as rand
|
||||
@ -51,7 +50,7 @@ class Phrases(commands.Cog):
|
||||
phrase = data['quoteText']
|
||||
author = data['quoteAuthor']
|
||||
|
||||
if phrase == '' or author == '': # Don't accept incomplete phrases
|
||||
if phrase == '' or author == '': # Don't accept incomplete phrases
|
||||
continue
|
||||
|
||||
text = f'{phrase} \nBy: {author}'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user