mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-05-24 17:20:49 +00:00
Move to SQLite (#13)
This commit is contained in:
parent
750ddb7762
commit
1799b70bc1
50 changed files with 2122 additions and 394 deletions
|
@ -10,8 +10,8 @@ use serenity::{
|
|||
use std::convert::TryFrom;
|
||||
use tokio::time as tokio_time;
|
||||
|
||||
const ARROW_RIGHT: &'static str = "➡️";
|
||||
const ARROW_LEFT: &'static str = "⬅️";
|
||||
const ARROW_RIGHT: &str = "➡️";
|
||||
const ARROW_LEFT: &str = "⬅️";
|
||||
|
||||
/// A trait that provides the implementation of a paginator.
|
||||
#[async_trait::async_trait]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue