|
|
@@ -5,7 +5,6 @@ from discord.commands import slash_command
|
|
|
import configparser
|
|
|
import os
|
|
|
from dotenv import load_dotenv
|
|
|
-from discord.ui import DesignerModal, Label, Select
|
|
|
|
|
|
|
|
|
class Matesearch(commands.Cog):
|
|
|
@@ -31,7 +30,7 @@ class Matesearch(commands.Cog):
|
|
|
],
|
|
|
min_values=1,
|
|
|
max_values=1))"""
|
|
|
- self.add_item(discord.ui.InputText(label="Tag", placeholder="Insert the estimated day.", required=False, ))
|
|
|
+ self.add_item(discord.ui.InputText(label="Tag", placeholder="Montag, Dienstag, Mittwoch, Donnerstag, Freitag", required=False, ))
|
|
|
self.add_item(discord.ui.InputText(label="Time", placeholder="Insert the estimated time."))
|
|
|
|
|
|
#funktions to load the config and get the channels
|