Giter Site home page Giter Site logo

kur0bot's Introduction

🍢

Misskey

GitHub Streak

Anurag's GitHub stats

trophy

ゆっくり、のんびりと。

大した技術もないのに色々と作ろうとしてる人

辛うじて Python ができるぐらい


𝑉𝑎𝑛𝑖𝑡𝑎𝑠 𝑣𝑎𝑛𝑖𝑡𝑎𝑡𝑢𝑚, 𝑒𝑡 𝑜𝑚𝑛𝑖𝑎 𝑣𝑎𝑛𝑖𝑡𝑎𝑠.

kur0bot's People

Contributors

aic-6301 avatar aomivel avatar kur0den avatar mune0722 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

aic-6301

kur0bot's Issues

誤検知

replymoneyがスレッド作成時に誤検知してエラーはいてる

  • スレッドじゃない場合はスルーするようにする

自動チャンネル作成機能

VCジェネレーターとTC作成昨日の実装
TCは公式で実装された

  • ステージチャンネルのイベント開始時にTC作成機能実装

VCメンバーが取得できてないのを修正する

embed.add_field(name='何人いるか(Bot再起動などで正常に取得できてない場合があります。)', value=len(self.bot.vc2_members))

embed.add_field(name='何人いるか(Bot再起動などで正常に取得できてない場合があります。)', value=len(self.bot.vc2_members))

embed.add_field(name='何人いるか(Bot再起動などで正常に取得できてない場合があります。)', value=len(self.bot.vc2_members))

bot.vc0.membersに修正する

てんき

天気情報を取得できるように

グループ機能

鯖民が自由にグループを作れる機能
なんかボーナス的なのもあっていいかもしれない

自己紹介機能

DBとか使って検索できるように

名前とか年齢とか趣味とか

めんどくさそうだから後回しで(

宝くじ作る

決めること

  • 宝くじのタイプ(番号が発行されるのか自分で番号を決めるのか)
  • 開催する頻度
  • データ保持の方法

VCに誰もいないときにはダッシュボードを表示できないようにする

#todo VCに誰もいないときはコマンドを使えないようにする
@commands.command()
async def vctool(self, ctx):
if ctx.channel is self.bot.vc1:
await self.bot.vc1_dash.delete()
embed = discord.Embed(title="だっしゅぼーど", colour=discord.Colour(0x1122a6), description="いろいろできるよ(未完成)")
embed.set_footer(text='"k/vctool"でダッシュボードを再送信できます')
self.bot.vc1_dash = await ctx.send(embed=embed, view=dashboard(self))
elif ctx.channel is self.bot.vc2:
await self.bot.vc2_dash.delete()
embed = discord.Embed(title="だっしゅぼーど", colour=discord.Colour(0x1122a6), description="いろいろできるよ(未完成)")
embed.set_footer(text='"k/vctool"でダッシュボードを再送信できます')
self.bot.vc2_dash = await ctx.send(embed=embed, view=dashboard(self))
elif ctx.channel is self.bot.vc3:
await self.bot.vc3_dash.delete()
embed = discord.Embed(title="だっしゅぼーど", colour=discord.Colour(0x1122a6), description="いろいろできるよ(未完成)")
embed.set_footer(text='"k/vctool"でダッシュボードを再送信できます')
self.bot.vc3_dash = await ctx.send(embed=embed, view=dashboard(self))
else:
await ctx.send('チャンネルが違うで')

安価機能

相対的な感じに指定できるようにしたい
>>5ってやったら5つ後のの発言が拾われるみたいな

help作ろ(

今のやつもいいけど新しく作ろう(?)

ウェルカムめっさげ

認証が終わった時にメッセージ送信

あと人が抜けた時にdiscordの方のウェルカムめっさげ削除

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.