Jump to content

Carl Gustav

Member
  • Posts

    10
  • Joined

  • Last visited

Everything posted by Carl Gustav

  1. Carl Gustav

    Popup problem

    Ah sweet, thanks man. I've already found a way to modify the existing pop-ups which did the trick for me. But this is great for future modifications! I'm absolutely loving the panel so thank you for taking your time to make all this
  2. Carl Gustav

    Server Icon

    Damn okay, thanks for quick answer though
  3. Carl Gustav

    Server Icon

    Hi, how do i make the server messages show my server icon, which isnt the same icon my steam profile is using? Fo example, how do i make a custom image?
  4. Carl Gustav

    Popup problem

    Hi i want to make new popups for my customised layout, how do i do that exactly? I saw someone asking about it, and you reffered them to the config, but how exactly do i do that, cause the old popups are still encoded in the config, which seems quite complicated and honestly i dont know how im supposed to link them propperly. I have sadly deleted the old popups in the belief that i could just create new ones... Please help
  5. I have run into this issue which seems to be reoccuring for others. What is the solution? PS C:\Users\admin\Desktop\Corrode server stuff\wipecountdownbot-main> pip install -r requirements.txt Requirement already satisfied: discord.py in c:\users\admin\desktop\corrode server stuff\wipecountdownbot-main\.venv\lib\site-packages (from -r requirements.txt (line 1)) (2.4.0) Requirement already satisfied: aiohttp in c:\users\admin\desktop\corrode server stuff\wipecountdownbot-main\.venv\lib\site-packages (from -r requirements.txt (line 2)) (3.11.12) Requirement already satisfied: motor in c:\users\admin\desktop\corrode server stuff\wipecountdownbot-main\.venv\lib\site-packages (from -r requirements.txt (line 3)) (3.7.0) Requirement already satisfied: dnspython in c:\users\admin\desktop\corrode server stuff\wipecountdownbot-main\.venv\lib\site-packages (from -r requirements.txt (line 4)) (2.7.0) Requirement already satisfied: python-dateutil in c:\users\admin\desktop\corrode server stuff\wipecountdownbot-main\.venv\lib\site-packages (from -r requirements.txt (line 5)) (2.9.0.post0) Requirement already satisfied: arrow in c:\users\admin\desktop\corrode server stuff\wipecountdownbot-main\.venv\lib\site-packages (from -r requirements.txt (line 6)) (1.3.0) Requirement already satisfied: requests in c:\users\admin\desktop\corrode server stuff\wipecountdownbot-main\.venv\lib\site-packages (from -r requirements.txt (line 7)) (2.32.3) Requirement already satisfied: pytz in c:\users\admin\desktop\corrode server stuff\wipecountdownbot-main\.venv\lib\site-packages (from -r requirements.txt (line 8)) (2025.1) Requirement already satisfied: aiohappyeyeballs>=2.3.0 in c:\users\admin\desktop\corrode server stuff\wipecountdownbot-main\.venv\lib\site-packages (from aiohttp->-r requirements.txt (line 2)) (2.4.6) Requirement already satisfied: aiosignal>=1.1.2 in c:\users\admin\desktop\corrode server stuff\wipecountdownbot-main\.venv\lib\site-packages (from aiohttp->-r requirements.txt (line 2)) (1.3.2) nts.txt (line 5)) (1.17.0) .txt (line 2)) (25.1.0) Requirement already satisfied: types-python-dateutil>=2.8.10 in c:\users\admin\desktop\corrode server stuff\wipecountdownbot-main\.venv\lib\site-packages (from arrow->-ents.txt (line 2)) (1.5.0)r requirements.txt (line 6)) (2.9.0.20241206) ements.txt (line 2)) (6.1.0) Requirement already satisfied: charset-normalizer<4,>=2 in c:\users\admin\desktop\corrode server stuff\wipecountdownbot-main\.venv\lib\site-packages (from requests->-r nts.txt (line 2)) (0.2.1) requirements.txt (line 7)) (3.4.1) ents.txt (line 2)) (1.18.3) Requirement already satisfied: idna<4,>=2.5 in c:\users\admin\desktop\corrode server stuff\wipecountdownbot-main\.venv\lib\site-packages (from requests->-r requirementsts.txt (line 3)) (4.11.1).txt (line 7)) (3.10) nts.txt (line 5)) (1.17.0) Requirement already satisfied: urllib3<3,>=1.21.1 in c:\users\admin\desktop\corrode server stuff\wipecountdownbot-main\.venv\lib\site-packages (from requests->-r requirr requirements.txt (line 6)) (2.9.0.20241206)ements.txt (line 7)) (2.3.0) requirements.txt (line 7)) (3.4.1) Requirement already satisfied: certifi>=2017.4.17 in c:\users\admin\desktop\corrode server stuff\wipecountdownbot-main\.venv\lib\site-packages (from requests->-r requir.txt (line 7)) (3.10)ements.txt (line 7)) (2025.1.31) ements.txt (line 7)) (2.3.0) PS C:\Users\admin\Desktop\Corrode server stuff\wipecountdownbot-main> python main.py ements.txt (line 7)) (2025.1.31) Traceback (most recent call last): File "C:\Users\admin\Desktop\Corrode server stuff\wipecountdownbot-main\main.py", line 3, in <module> from discord import Color, Intents File "c:\Users\admin\Desktop\Corrode server stuff\wipecountdownbot-main\.venv\Lib\site-packages\discord\__init__.py", line 23, in <module> from .client import * File "c:\Users\admin\Desktop\Corrode server stuff\wipecountdownbot-main\.venv\Lib\site-packages\discord\client.py", line 51, in <module> from .sku import SKU, Entitlement File "c:\Users\admin\Desktop\Corrode server stuff\wipecountdownbot-main\.venv\Lib\site-packages\discord\sku.py", line 31, in <module> from .app_commands import MissingApplicationID File "c:\Users\admin\Desktop\Corrode server stuff\wipecountdownbot-main\.venv\Lib\site-packages\discord\app_commands\__init__.py", line 12, in <module> from .commands import * File "c:\Users\admin\Desktop\Corrode server stuff\wipecountdownbot-main\.venv\Lib\site-packages\discord\app_commands\commands.py", line 53, in <module> File "c:\Users\admin\Desktop\Corrode server stuff\wipecountdownbot-main\.venv\Lib\site-packages\discord\app_commands\models.py", line 44, in <module> from ..member import Member File "c:\Users\admin\Desktop\Corrode server stuff\wipecountdownbot-main\.venv\Lib\site-packages\discord\member.py", line 33, in <module> import discord.abc File "c:\Users\admin\Desktop\Corrode server stuff\wipecountdownbot-main\.venv\Lib\site-packages\discord\abc.py", line 59, in <module> from .voice_client import VoiceClient, VoiceProtocol File "c:\Users\admin\Desktop\Corrode server stuff\wipecountdownbot-main\.venv\Lib\site-packages\discord\voice_client.py", line 35, in <module> from .player import AudioPlayer, AudioSource File "c:\Users\admin\Desktop\Corrode server stuff\wipecountdownbot-main\.venv\Lib\site-packages\discord\player.py", line 29, in <module> import audioop ModuleNotFoundError: No module named 'audioop'
  6. Carl Gustav

    Cant download

    Is the bot not supported anymore? I really want to add it, but can see i cant access it (edit): Its working now thank you
1.7m

Downloads

Total number of downloads.

7.9k

Customers

Total customers served.

119.4k

Files Sold

Total number of files sold.

2.4m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.