html terminal
Diffstat (limited to 'src/bot/voting.rs')
-rw-r--r--src/bot/voting.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bot/voting.rs b/src/bot/voting.rs
index 2de5c96..61b789e 100644
--- a/src/bot/voting.rs
+++ b/src/bot/voting.rs
@@ -556,7 +556,7 @@ pub async fn fixall(ctx: Context<'_>) -> Result<()> {
// voters
-#[poise::command(prefix_command, slash_command, category = "Discord", rename = "votes")]
+#[poise::command(slash_command, category = "Discord", rename = "votes")]
pub async fn list(ctx: Context<'_>, #[description = "the vote title"] vote: String) -> Result<()> {
let vd = {
let buf = ctx.data().vote_data.lock().unwrap();