https://github.com/lpanos/discordimate
Adds text animation functionality to discord bots
https://github.com/lpanos/discordimate
animation bot discord discord-bot discord-js text-animation
Last synced: 3 months ago
JSON representation
Adds text animation functionality to discord bots
- Host: GitHub
- URL: https://github.com/lpanos/discordimate
- Owner: Lpanos
- License: mit
- Created: 2020-06-16T15:19:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-18T01:17:09.000Z (about 2 years ago)
- Last Synced: 2026-04-03T04:11:34.513Z (3 months ago)
- Topics: animation, bot, discord, discord-bot, discord-js, text-animation
- Language: JavaScript
- Size: 40 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Discordimate
Discordimate is a simple and lightweight npm package for making text animations on discord.
## Usage

### The syntax is very simple:
```
animate(message,'text1','text2','text3','..etc')
or
animate(
message,
'text1',
'text2',
'text3',
'..etc'
)
```
_Be sure that the first argument in the function is message or the package wont work._
_Remember: You can create line breaks in text with \n. Use this to create ascii art animations_
## Add to your project
npm i discordimate
## Todo
- [x] Add more message arrow function support (msg) [7/3/2020]
- [ ] Increase FPS of animations
- [ ] Add looping functionality
- [ ] Multi-line input (for ASCII)
- [ ] ASCII text to animation functionality
Pull requests are more than welcomed!
## License
Usage is provided under the [MIT License](http://http//opensource.org/licenses/mit-license.php). See LICENSE for the full details.