This website works better with JavaScript.
Explore
Help
Sign In
Trivernis
/
2b-rs
Watch
1
Star
0
Fork
You've already forked 2b-rs
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
c0fce89a33
main
develop
feature/events
feature/more-hololive-commands
actions
docker
v0.1.0
v0.1.1
v0.1.2
v0.1.3
v0.10.0
v0.10.1
v0.10.2
v0.10.4
v0.11.0
v0.11.1
v0.11.2
v0.11.3
v0.11.4
v0.2.0
v0.2.1
v0.2.2
v0.3.0
v0.4.0
v0.5.0
v0.5.1
v0.5.2
v0.5.3
v0.6.0
v0.6.1
v0.6.2
v0.6.3
v0.6.4
v0.6.5
v0.6.6
v0.7.0
v0.7.1
v0.8.0
v0.8.1
v0.8.2
v0.9.0
v0.9.1
v0.9.10
v0.9.11
v0.9.12
v0.9.13
v0.9.2
v0.9.3
v0.9.4
v0.9.5
v0.9.6
v0.9.7
v0.9.8
v0.9.9
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'c0fce89a33'
${ noResults }
2b-rs
/
src
/
messages
/
mod.rs
4 lines
44 B
Rust
Raw
Normal View
History
Unescape
Escape
Add gifs table and matsuri, add_gif and gifs command Added a gif table to store gifs with optional category and name as. The command add_gif (owner only) can be used to add a gif to the database. The command gifs can be used to see all the gifs stored in the database. The gifs are being used by the pekofy and matsuri command. Signed-off-by: trivernis <trivernis@protonmail.com>
4 years ago
pub
mod
gifs
;
Change now playing to update automatically Signed-off-by: trivernis <trivernis@protonmail.com>
4 years ago
pub
mod
music
;
Add sauce command Signed-off-by: trivernis <trivernis@protonmail.com>
4 years ago
pub
mod
sauce
;