Don't reexport bot and instance types
This commit is contained in:
parent
63edcba9fa
commit
0b8f3c45f3
4 changed files with 8 additions and 7 deletions
|
|
@ -4,7 +4,10 @@ use euphoxide::{
|
|||
api::{Data, Message, Nick, Send},
|
||||
client::conn::ClientConnHandle,
|
||||
};
|
||||
use euphoxide_bot::{Bot, BotEvent, ServerConfig};
|
||||
use euphoxide_bot::{
|
||||
bot::{Bot, BotEvent},
|
||||
instance::ServerConfig,
|
||||
};
|
||||
|
||||
async fn set_nick(conn: &ClientConnHandle) -> anyhow::Result<()> {
|
||||
conn.send_only(Nick {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue