Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/9xN/vord
Discord api wrapper for user account interations written in V
https://github.com/9xN/vord
Last synced: 3 months ago
JSON representation
Discord api wrapper for user account interations written in V
- Host: GitHub
- URL: https://github.com/9xN/vord
- Owner: 9xN
- License: agpl-3.0
- Created: 2022-03-07T00:08:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-01T20:00:47.000Z (over 2 years ago)
- Last Synced: 2024-04-23T16:38:30.192Z (7 months ago)
- Language: V
- Size: 33.2 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-v - vord - Library for interacting with user account endpoints and gateway (Self-bots, custom clients, etc). (Libraries / Discord)
README
# vord
Discord api wrapper for user account interations written in Vvord is an improved fork of CesiumLabs project aimed at creating a Discord api wrapper for bot accounts whereas vord aims at emulating and disgusing itself as an actual user and has additional features for better utilization of more Discord features
## How to use:
1. Install V https://vlang.io/
2. Run `v install https://github.com/9xN/vord`
3. (currently finding a work around for importing the module into projects in the meantime just git clone this repo into the same folder as your main.v file