Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: initialize new discord bot, basic docs setup #2

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# EXAMPLE ONLY, DO NOT PUT YOUR REAL TOKEN HERE. CREATE A NEW .env FILE IN THE ROOT
DISCORD_TOKEN=TOKEN
2 changes: 2 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# November 2022
- feat: (11/04/2022): Initialize new discord.js bot
24 changes: 24 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!-- ## Title -->

<!-- Please use the appropriate prefix in your PR title:

- feat: A new feature
- fix: A bug fix
- docs: Documentation only changes
- style: Formatting, missing semi-colons, white-space, etc
- refactor: A code change that neither fixes a bug nor adds a feature
- perf: A code change that improves performance
- test: Adding missing tests
- chore: Maintain. Changes to the build process or auxiliary tools/libraries/documentation -->

## Description

<!-- Give a description about what you have added/changed, what it does, and what the command/alias is. -->

## Test Results

<!-- Attach a screenshot of your command from your test bot. This will help us speed up the process of reviewing the PR. (If you update your command, while the PR is open, update the screenshot). -->

## Discord Username

<!-- Add your discord username, including the number to the bottom of the PR message. This will help us get in contact if we need to. -->
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# OWDDM/KWDDM Discord Server Bot

Text and moderation bot for the Osaka and Kyoto Web Developers and Designers Meetup Discord Server
![logo](public/group-icon.png)

Text and moderation bot for the Osaka and Kyoto Web Developers and Designers Meetup Discord Server

Library: [discord.js](https://discord.js.org/#/)

Built using Node Typescript
Loading