diff --git a/vote/VoteParser.js b/vote/VoteParser.js
index a3409814a2bb738d0f9662c0bebb197fbfc0aec8..ceaf51c03ab6b2941bb51ede29b452331770c0c8 100644
--- a/vote/VoteParser.js
+++ b/vote/VoteParser.js
@@ -51,7 +51,7 @@ class VoteParser{
     async add(message, category){
         let content = this.categoryCase(category, message.content);
         
-        complotDB.add(category, messageString)
+        complotDB.add(category, content)
 
         message.delete();
         message.channel.send(`"${content}" ajouté ! \n Par <@${message.author.id}>`);