Rename the project to Wulkabot

This commit is contained in:
JelNiSław 2022-03-30 18:11:21 +02:00
parent 5274ed002d
commit 7b43711da1
No known key found for this signature in database
GPG key ID: EA41571A0A88E97E
13 changed files with 39 additions and 6 deletions

View file

@ -1,4 +1,4 @@
# wulkanowy-bot
# Wulkabot
Discord bot to help manage the Wulkanowy Discord server built with the
[discord.py](https://github.com/Rapptz/discord.py) library
@ -20,5 +20,5 @@ Discord bot to help manage the Wulkanowy Discord server built with the
- Run the bot using
```
poetry run python -m bot
poetry run python -m wulkabot
```

View file

@ -1,3 +0,0 @@
import pathlib
PATH = pathlib.Path(__file__).parent

View file

View file

@ -1,5 +1,5 @@
[tool.poetry]
name = "wulkanowy-bot"
name = "wulkabot"
version = "0.1.0"
description = "Discord bot to help manage the Wulkanowy Discord server"
authors = ["JelNiSław <jelnislaw@gmail.com>"]

8
wulkabot/__init__.py Normal file
View file

@ -0,0 +1,8 @@
"""
Wulkabot
Copyright (C) 2022-present Stanisław Jelnicki
"""
import pathlib
PATH = pathlib.Path(__file__).parent

View file

@ -1,3 +1,8 @@
"""
Wulkabot
Copyright (C) 2022-present Stanisław Jelnicki
"""
import asyncio
import os

View file

@ -1,3 +1,8 @@
"""
Wulkabot
Copyright (C) 2022-present Stanisław Jelnicki
"""
import pkgutil
import types

View file

@ -0,0 +1,4 @@
"""
Wulkabot
Copyright (C) 2022-present Stanisław Jelnicki
"""

View file

@ -1,3 +1,8 @@
"""
Wulkabot
Copyright (C) 2022-present Stanisław Jelnicki
"""
import discord
from discord import app_commands
from discord.ext import commands

View file

@ -1,3 +1,8 @@
"""
Wulkabot
Copyright (C) 2022-present Stanisław Jelnicki
"""
import json
import discord

View file

@ -0,0 +1,4 @@
"""
Wulkabot
Copyright (C) 2022-present Stanisław Jelnicki
"""