diff --git a/fumofiles/fumo.fumo b/fumofiles/cirno.fumo similarity index 100% rename from fumofiles/fumo.fumo rename to fumofiles/cirno.fumo diff --git a/src/main.rs b/src/main.rs index b83214c..4b7f193 100644 --- a/src/main.rs +++ b/src/main.rs @@ -5,7 +5,7 @@ use clap::{Arg, App}; /// Indicator of where the message should be in fumofile const MESSAGE_INDICATOR: &str = "!message"; /// Fumofile name of the default fumo -const FUMO_DEFAULT: &str = "fumo.fumo"; +const FUMO_DEFAULT: &str = "cirno.fumo"; /// Default directory where fumofiles are placed const DEFAULT_FUMOFILES_DIR: &str = "/usr/share/fumosay/fumofiles/";