Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/2m4u/lanyard-clone
My some-what half-arsed attempt to replicate what Lanyard does
https://github.com/2m4u/lanyard-clone
discord discord-bot discord-js javascript lanyard nodejs
Last synced: about 1 month ago
JSON representation
My some-what half-arsed attempt to replicate what Lanyard does
- Host: GitHub
- URL: https://github.com/2m4u/lanyard-clone
- Owner: 2M4U
- License: gpl-3.0
- Created: 2022-03-05T21:55:11.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-05T22:00:38.000Z (almost 3 years ago)
- Last Synced: 2024-11-10T13:33:40.382Z (3 months ago)
- Topics: discord, discord-bot, discord-js, javascript, lanyard, nodejs
- Language: JavaScript
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lanyard-Clone
My some-what half-arsed attempt to replicate what Lanyard does.This was a hobby-type project to see if I could make a clone version of [Lanyard](https://github.com/phineas/lanyard) which this was heavily inspired by.)
## Acknowledgements
- [Phineas](https://github.com/phineas) for inspiring me to branch out to attempt replicate his project in NodeJS.*Prewarning: this is not made for full-scale usage, as in it can't be sharded unless heavily modified*
## Modify `config.js` which can be found in `settings` and add your bot token.
```js
exports.config = [
{
token: "",
activity: "Lanyard-Clone",
},
];
```