forked from projectmoon/tenebrous-dicebot
Remove MIT notice from bot event handlers
This commit is contained in:
parent
5f15e62c6d
commit
d70df44d2a
|
@ -1,8 +1,3 @@
|
||||||
/**
|
|
||||||
* In addition to the terms of the AGPL, portions of this file
|
|
||||||
* are governed by the terms of the MIT license, from the Rust Matrix
|
|
||||||
* SDK example code.
|
|
||||||
*/
|
|
||||||
use super::DiceBot;
|
use super::DiceBot;
|
||||||
use crate::db::sqlite::Database;
|
use crate::db::sqlite::Database;
|
||||||
use crate::db::Rooms;
|
use crate::db::Rooms;
|
||||||
|
|
Loading…
Reference in New Issue