Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

Commit

Permalink
Update poll.js
Browse files Browse the repository at this point in the history
Removed a random import that snuck its way into the code.
  • Loading branch information
AurelicButter committed Jul 2, 2020
1 parent 786b604 commit 3a586fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion commands/Fun/Polling/poll.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
const { Command, Possible } = require("klasa");
const { poll } = require("../../../assets/speech/en-CA/fun");

function pollDisplay(pollData, ending) {
var title = pollData.info.split("|")[0],
Expand Down

0 comments on commit 3a586fa

Please sign in to comment.