@@ -31,7 +31,7 @@ class Matesearch(commands.Cog):
min_values=1,
max_values=1))"""
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."))
+ self.add_item(discord.ui.InputText(label="Zeit", placeholder="19 Uhr"))
#funktions to load the config and get the channels
def _load_config(self):