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:
@@ -1,6 +1,5 @@
|
|||||||
import requests
|
import requests
|
||||||
import json
|
import json
|
||||||
import discord
|
|
||||||
from config import config
|
from config import config
|
||||||
from discord.ext import commands
|
from discord.ext import commands
|
||||||
from random import random as rand
|
from random import random as rand
|
||||||
@@ -51,7 +50,7 @@ class Phrases(commands.Cog):
|
|||||||
phrase = data['quoteText']
|
phrase = data['quoteText']
|
||||||
author = data['quoteAuthor']
|
author = data['quoteAuthor']
|
||||||
|
|
||||||
if phrase == '' or author == '': # Don't accept incomplete phrases
|
if phrase == '' or author == '': # Don't accept incomplete phrases
|
||||||
continue
|
continue
|
||||||
|
|
||||||
text = f'{phrase} \nBy: {author}'
|
text = f'{phrase} \nBy: {author}'
|
||||||
|
|||||||
Reference in New Issue
Block a user