|
|
|
@ -2,10 +2,8 @@ from collections import defaultdict
|
|
|
|
|
from random import randint
|
|
|
|
|
|
|
|
|
|
import discord
|
|
|
|
|
|
|
|
|
|
from redbot.core import Config, checks
|
|
|
|
|
from redbot.core import commands
|
|
|
|
|
from redbot.core.data_manager import cog_data_path, load_basic_configuration
|
|
|
|
|
from redbot.core import Config, checks, commands
|
|
|
|
|
from redbot.core.data_manager import cog_data_path
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class Hangman:
|
|
|
|
@ -331,4 +329,3 @@ class Hangman:
|
|
|
|
|
|
|
|
|
|
await self._reactmessage_menu(message)
|
|
|
|
|
await self._checkdone(channel)
|
|
|
|
|
|
|
|
|
|