Ver código fonte

changing placeholder

baumsplitter41 3 dias atrás
pai
commit
20eeacb169
1 arquivos alterados com 1 adições e 2 exclusões
  1. 1 2
      VPD_BOT/cogs/matesearch.py

+ 1 - 2
VPD_BOT/cogs/matesearch.py

@@ -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