Skip to content
This repository was archived by the owner on Jul 4, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
7227e04
Reset commit
gx1285 Dec 24, 2022
38cf75b
remove: index.ts
gx1285 Dec 24, 2022
d28a8f3
✨new: code_of_conduct & CONTRIBUTING
gx1285 Dec 24, 2022
aa9c7dc
commit
gx1285 Dec 24, 2022
30d2e89
new: ライセンス
gx1285 Dec 24, 2022
977f39b
✨new: ping and more...
gx1285 Dec 25, 2022
76adc6e
new: poll
gx1285 Dec 29, 2022
8cf608f
new: アキネーター
gx1285 Dec 29, 2022
56148e9
fix: アキネーターのエラー
gx1285 Dec 29, 2022
9be7920
delete: all
gx1285 Dec 29, 2022
7633d4d
Create .gitignore
gx1285 Dec 29, 2022
f836646
Create CODE_OF_CONDUCT.md
gx1285 Dec 29, 2022
d3e74eb
Create README.md
gx1285 Dec 29, 2022
55aea06
Update .gitignore
gx1285 Dec 29, 2022
7e477c9
Merge branch '2.3' into main
gx1285 Dec 29, 2022
4edb16c
Merge pull request #26 from EightBot-Developer/main
gx1285 Dec 29, 2022
60bb61e
✨new: 5000 & CONTRIBUTING & 🐛fix: いらないimportを消した。
gx1285 Dec 29, 2022
88623fe
🔄change: class名変更
gx1285 Dec 29, 2022
fd13408
coming soon: verify
gx1285 Dec 29, 2022
cee74d9
✨new: BanMember
gx1285 Dec 30, 2022
3faf7fb
✨new: help&bot_invite&🔄change: ping取得失敗msgをembedに
gx1285 Dec 30, 2022
9ff6e68
✨new: downcheck&embed
gx1285 Dec 30, 2022
3d9f689
✨new: google検索
gx1285 Dec 30, 2022
10bb446
✨new
gx1285 Dec 30, 2022
ec586c2
🐛fix
gx1285 Dec 30, 2022
236b937
✨new: TextSpace
gx1285 Dec 30, 2022
a1c2156
✨new: role_all
gx1285 Dec 30, 2022
1004b3c
✨new: role_all
gx1285 Dec 30, 2022
5347e3a
✨new: slot
gx1285 Dec 30, 2022
c52d85b
✨new: tanzaku
gx1285 Dec 30, 2022
5806a7a
🐛fix: descriptionを変更していなかった
gx1285 Dec 30, 2022
9628738
✨new: 突然の死
gx1285 Dec 30, 2022
768618a
✨new: url_check
gx1285 Dec 30, 2022
a7ef2f3
Apply Prettier Change
gx1285 Dec 30, 2022
724ea68
🔄
gx1285 Dec 30, 2022
e924ce9
Merge branch '2.3' of https://github.com/EightBot-Developer/EightBot …
gx1285 Dec 30, 2022
3e8daf3
🐛fix: Unknown interaction
gx1285 Dec 30, 2022
9f0a7f8
🔄change: embedのcolor
gx1285 Dec 30, 2022
93de2d3
✨new: url_short
gx1285 Dec 30, 2022
95e5b6d
🐛fix: setLabelをsetEmojiにした
gx1285 Dec 30, 2022
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
3 changes: 3 additions & 0 deletions .env.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
token=Th1sIsN0tT0k3n.k0r3hat0k3nd3hanaidesu.Th1sIsN0tT0k3nk0r3hat0k3nd3hanaidesu
test_token=Th1sIsN0tT0k3n.k0r3hat0k3nd3hanaidesu.Th1sIsN0tT0k3nk0r3hat0k3nd3hanaidesu
test_mode = "y or n"
9 changes: 4 additions & 5 deletions .github/ISSUE_TEMPLATE/バグ報告.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
name: バグ報告
about: バグを報告するためのIssue
title: 'bug: ○○が動作しない'
title: "bug: ○○が動作しない"
labels: bug
assignees: ''

assignees: ""
---

**バグについて説明する**
Expand All @@ -19,7 +18,7 @@ assignees: ''
**スクリーンショット**
問題を説明するためのスクリーンショットを貼り付けて下さい。

**Discordの何版で発生しますか?**
(例) Android版
**Discord の何版で発生しますか?**
(例) Android 版

**追加情報**
5 changes: 2 additions & 3 deletions .github/ISSUE_TEMPLATE/機能リクエスト.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
name: 機能リクエスト
about: EightBotに機能を提案する
title: 'Feature Request: ○○を追加してほしい'
title: "Feature Request: ○○を追加してほしい"
labels: enhancement
assignees: ''

assignees: ""
---

**ご希望の内容**
Expand Down
14 changes: 6 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

# Set a time for checks
version: 2
updates:
- package-ecosystem: "" # See documentation for possible values
directory: "/" # Location of package manifests
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
interval: "daily"
time: "09:00"
timezone: "Asia/Tokyo"
25 changes: 25 additions & 0 deletions .github/workflows/Prettier.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Prettier

on:
push:
branches: ["main"]
pull_request:
branches: ["main"]

jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18.x
- name: Install dependencies
run: |
yarn
- name: Run Prettier
run: |
npx prettier --write .
- uses: stefanzweifel/git-auto-commit-action@v4.16.0
with:
commit_message: Apply Prettier Change
74 changes: 0 additions & 74 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

33 changes: 0 additions & 33 deletions .github/workflows/main.yml

This file was deleted.

136 changes: 5 additions & 131 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,132 +1,6 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/

# Translations
*.mo
*.pot
.vscode/
# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
.python-version

# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# install all needed dependencies.
#Pipfile.lock

# PEP 582; used by e.g. github.com/David-OConnor/pyflow
__pypackages__/

# Celery stuff
celerybeat-schedule
celerybeat.pid

# SageMath parsed files
*.sage.py

# Environments
# node_modules folder
node_modules/
# env
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/

# test
test.json
# sqlite file
db.sqlite
22 changes: 11 additions & 11 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,23 @@ diverse, inclusive, and healthy community.
Examples of behavior that contributes to a positive environment for our
community include:

* Demonstrating empathy and kindness toward other people
* Being respectful of differing opinions, viewpoints, and experiences
* Giving and gracefully accepting constructive feedback
* Accepting responsibility and apologizing to those affected by our mistakes,
- Demonstrating empathy and kindness toward other people
- Being respectful of differing opinions, viewpoints, and experiences
- Giving and gracefully accepting constructive feedback
- Accepting responsibility and apologizing to those affected by our mistakes,
and learning from the experience
* Focusing on what is best not just for us as individuals, but for the
- Focusing on what is best not just for us as individuals, but for the
overall community

Examples of unacceptable behavior include:

* The use of sexualized language or imagery, and sexual attention or
- The use of sexualized language or imagery, and sexual attention or
advances of any kind
* Trolling, insulting or derogatory comments, and personal or political attacks
* Public or private harassment
* Publishing others' private information, such as a physical or email
- Trolling, insulting or derogatory comments, and personal or political attacks
- Public or private harassment
- Publishing others' private information, such as a physical or email
address, without their explicit permission
* Other conduct which could reasonably be considered inappropriate in a
- Other conduct which could reasonably be considered inappropriate in a
professional setting

## Enforcement Responsibilities
Expand Down Expand Up @@ -106,7 +106,7 @@ Violating these terms may lead to a permanent ban.
### 4. Permanent Ban

**Community Impact**: Demonstrating a pattern of violation of community
standards, including sustained inappropriate behavior, harassment of an
standards, including sustained inappropriate behavior, harassment of an
individual, or aggression toward or disparagement of classes of individuals.

**Consequence**: A permanent ban from any sort of public interaction within
Expand Down
2 changes: 1 addition & 1 deletion LICENSE → LICENCE
Original file line number Diff line number Diff line change
Expand Up @@ -671,4 +671,4 @@ into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
<https://www.gnu.org/licenses/why-not-lgpl.html>.
<https://www.gnu.org/licenses/why-not-lgpl.html>.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
# EightBot
# EightBot

<img src="https://discord.com/api/guilds/980051727820664832/embed.png"/>
<img src="https://img.shields.io/badge/Node.js- 16.9.0 | 18 | 19-yello"/>
<img src="https://img.shields.io/badge/EightBot-v2.2.0%20beta-blue"/>
<img src="https://img.shields.io/badge/yarn-1.22.19-blue"/><br>
Loading