10 lines
132 B
Markdown
10 lines
132 B
Markdown
|
# ElectionsBot
|
||
|
|
||
|
A political bot for Discord that returns data, results, and more.
|
||
|
|
||
|
# Quickstart
|
||
|
```
|
||
|
npm i
|
||
|
tsc
|
||
|
node dist/index.js
|
||
|
```
|