Ive sent up my .env file correctly with my url and api key, now ive renamed my config file to "thu3estwipe.yml" and its in the config folder, when i run any command, like "wipe thu3estwipe.yml" im getting this error
"message thu3estwipe.yml a
Exception in thread Thread-5 (run_command):
Traceback (most recent call last):
File "/usr/local/lib/python3.11/threading.py", line 1045, in _bootstrap_inner
self.run()
File "/usr/local/lib/python3.11/threading.py", line 982, in run
self._target(*self._args, **self._kwargs)
File "/home/container/main.py", line 293, in run_command
self.message_command(config_file, message)
File "/home/container/main.py", line 101, in message_command
config = self.read_server_config(config_file)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/container/main.py", line 82, in read_server_config
raise FileNotFoundError(
FileNotFoundError: No config file found with the base name 'thu3estwipe.yml' in config directory. Only .yml or .yaml files are supported."