https://github.com/purplelemons-dev/wicked
https://github.com/purplelemons-dev/wicked
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/purplelemons-dev/wicked
- Owner: purplelemons-dev
- Created: 2023-07-07T01:38:07.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-07T01:38:09.000Z (almost 3 years ago)
- Last Synced: 2025-03-02T02:37:44.506Z (over 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wicked
wicked is a highly customizable discord bot written in python. It offers web customization, content filtering, minigames, and more!
## Installation
As of right now, you can download the source directory (`./src/`) and rename it to `wicked` or `wickedbot` or something and add it to your python package directory.
To find your python package directory, run:
```bash
python -m site
```
And copy the `USER_SITE` value. (Create it if it doesn't exist using the given path.)
After doing this, you can import wicked like any other python package using whatever name you gave the source directory.