mirror of
https://github.com/RYGhub/royalnet.git
synced 2025-03-17 14:03:32 +00:00
Thanks IDEA I am sure removing random imports on commit is not a terrible decision
This commit is contained in:
parent
002a986687
commit
2b972db59e
2 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
use anyhow::Context;
|
||||
use rand::seq::IndexedRandom;
|
||||
use rand::SeedableRng;
|
||||
use teloxide::payloads::SendMessageSetters;
|
||||
use teloxide::prelude::{Message, Requester};
|
||||
use teloxide::types::ReplyParameters;
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
use anyhow::Context;
|
||||
use rand::Rng;
|
||||
use rand::SeedableRng;
|
||||
use regex::Regex;
|
||||
use teloxide::payloads::SendMessageSetters;
|
||||
use teloxide::prelude::{Message, Requester};
|
||||
|
|
Loading…
Add table
Reference in a new issue